<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Aylin Naebzadeh</title><link>https://aylinnaebzadeh.github.io/</link><atom:link href="https://aylinnaebzadeh.github.io/index.xml" rel="self" type="application/rss+xml"/><description>Aylin Naebzadeh</description><generator>Wowchemy (https://wowchemy.com)</generator><language>en-us</language><lastBuildDate>Sat, 01 Jun 2030 13:00:00 +0000</lastBuildDate><image><url>https://aylinnaebzadeh.github.io/media/icon_hu60b00facb642d5c4a6e81d28c27a98a7_27079_512x512_fill_lanczos_center_3.png</url><title>Aylin Naebzadeh</title><link>https://aylinnaebzadeh.github.io/</link></image><item><title>Example Talk</title><link>https://aylinnaebzadeh.github.io/talk/example-talk/</link><pubDate>Sat, 01 Jun 2030 13:00:00 +0000</pubDate><guid>https://aylinnaebzadeh.github.io/talk/example-talk/</guid><description>&lt;div class="alert alert-note">
&lt;div>
Click on the &lt;strong>Slides&lt;/strong> button above to view the built-in slides feature.
&lt;/div>
&lt;/div>
&lt;p>Slides can be added in a few ways:&lt;/p>
&lt;ul>
&lt;li>&lt;strong>Create&lt;/strong> slides using Wowchemy&amp;rsquo;s &lt;a href="https://wowchemy.com/docs/managing-content/#create-slides" target="_blank" rel="noopener">&lt;em>Slides&lt;/em>&lt;/a> feature and link using &lt;code>slides&lt;/code> parameter in the front matter of the talk file&lt;/li>
&lt;li>&lt;strong>Upload&lt;/strong> an existing slide deck to &lt;code>static/&lt;/code> and link using &lt;code>url_slides&lt;/code> parameter in the front matter of the talk file&lt;/li>
&lt;li>&lt;strong>Embed&lt;/strong> your slides (e.g. Google Slides) or presentation video on this page using &lt;a href="https://wowchemy.com/docs/writing-markdown-latex/" target="_blank" rel="noopener">shortcodes&lt;/a>.&lt;/li>
&lt;/ul>
&lt;p>Further event details, including &lt;a href="https://wowchemy.com/docs/writing-markdown-latex/" target="_blank" rel="noopener">page elements&lt;/a> such as image galleries, can be added to the body of this page.&lt;/p></description></item><item><title>Invited Job Talks</title><link>https://aylinnaebzadeh.github.io/talk/invited-job-talks/</link><pubDate>Sat, 01 Jun 2030 13:00:00 +0000</pubDate><guid>https://aylinnaebzadeh.github.io/talk/invited-job-talks/</guid><description>&lt;div class="alert alert-note">
&lt;div>
Click on the &lt;strong>Slides&lt;/strong> button above to view the built-in slides feature.
&lt;/div>
&lt;/div>
&lt;p>Slides can be added in a few ways:&lt;/p>
&lt;ul>
&lt;li>&lt;strong>Create&lt;/strong> slides using Wowchemy&amp;rsquo;s &lt;a href="https://wowchemy.com/docs/managing-content/#create-slides" target="_blank" rel="noopener">&lt;em>Slides&lt;/em>&lt;/a> feature and link using &lt;code>slides&lt;/code> parameter in the front matter of the talk file&lt;/li>
&lt;li>&lt;strong>Upload&lt;/strong> an existing slide deck to &lt;code>static/&lt;/code> and link using &lt;code>url_slides&lt;/code> parameter in the front matter of the talk file&lt;/li>
&lt;li>&lt;strong>Embed&lt;/strong> your slides (e.g. Google Slides) or presentation video on this page using &lt;a href="https://wowchemy.com/docs/writing-markdown-latex/" target="_blank" rel="noopener">shortcodes&lt;/a>.&lt;/li>
&lt;/ul>
&lt;p>Further event details, including &lt;a href="https://wowchemy.com/docs/writing-markdown-latex/" target="_blank" rel="noopener">page elements&lt;/a> such as image galleries, can be added to the body of this page.&lt;/p></description></item><item><title>APARSIN: A Multi-Variety Sentiment and Translation Benchmark for Iranic Languages</title><link>https://aylinnaebzadeh.github.io/publication/aparsin-acl/</link><pubDate>Sun, 01 Mar 2026 00:00:00 +0000</pubDate><guid>https://aylinnaebzadeh.github.io/publication/aparsin-acl/</guid><description>&lt;style>
.justify-text {
text-align: justify;
}
&lt;/style></description></item><item><title>Advances of Informal to Formal Persian Text Conversion: A Survey</title><link>https://aylinnaebzadeh.github.io/publication/informal2formal/</link><pubDate>Thu, 01 Jan 2026 00:00:00 +0000</pubDate><guid>https://aylinnaebzadeh.github.io/publication/informal2formal/</guid><description>&lt;style>
.justify-text {
text-align: justify;
}
&lt;/style></description></item><item><title/><link>https://aylinnaebzadeh.github.io/research/3d/</link><pubDate>Wed, 12 Nov 2025 00:00:00 +0000</pubDate><guid>https://aylinnaebzadeh.github.io/research/3d/</guid><description>&lt;div class="project-cards">
&lt;div class="project-card">
&lt;h3>3D Reconstruction and Neural Rendering&lt;/h3>
&lt;p>
Many real-world tasks require understanding scenes in 3D from sparse or unconstrained inputs. I work on reconstructing 3D scenes using COLMAP for camera pose estimation, followed by neural rendering methods such as NeRF and Gaussian Splatting for high-fidelity reconstruction and view synthesis. My work includes integrating object detection and spatial reasoning into these pipelines, enabling more accurate and semantically aware 3D representations.
&lt;/p>
&lt;/div>
&lt;/div>
&lt;style>
.project-cards {
display: flex;
flex-direction: column;
gap: 1.25rem;
margin-top: 1.5rem;
}
.project-card {
border: 1px solid #97c2e6ff;
border-radius: 10px;
padding: 0.9rem 1.4rem;
box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
background: #97c2e6ff;
width: 100%;
}
.project-card h3 {
margin: 0 0 0.75rem 0;
}
.project-card p {
margin: 0;
text-align: justify;
}
&lt;/style></description></item><item><title/><link>https://aylinnaebzadeh.github.io/research/diffusion/</link><pubDate>Wed, 12 Nov 2025 00:00:00 +0000</pubDate><guid>https://aylinnaebzadeh.github.io/research/diffusion/</guid><description>&lt;div class="project-cards">
&lt;div class="project-card">
&lt;h3>Diffusion-Based Image Restoration&lt;/h3>
&lt;p>
Real-world imaging systems introduce complex degradations that standard diffusion models are not designed to handle. My work focuses on developing diffusion-based restoration methods that remain reliable under realistic sensor conditions, including spatially correlated noise, low resolution, and thermal imaging artifacts. I explore principled transformations such as whitening to convert correlated sensor noise into forms compatible with diffusion sampling, enabling accurate restoration without retraining. I also design patch-based diffusion frameworks that learn local thermal priors from small image regions and use overlapping patch denoising with smooth blending to reconstruct full-resolution outputs. Across denoising, super-resolution, and deblurring, these approaches improve robustness and generalization for both RGB and thermal images and aim to make diffusion-based restoration practical for real-world deployment.
&lt;/p>
&lt;/div>
&lt;/div>
&lt;style>
.project-cards {
display: flex;
flex-direction: column;
gap: 1.25rem;
margin-top: 1.5rem;
}
.project-card {
border: 1px solid #97c2e6ff;
border-radius: 10px;
padding: 0.9rem 1.4rem;
box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
background: #97c2e6ff;
width: 100%;
}
.project-card h3 {
margin-top: 0;
margin-bottom: 0.75rem;
}
.project-card p {
margin: 0;
text-align: justify;
}
&lt;/style></description></item><item><title/><link>https://aylinnaebzadeh.github.io/research/multimodal/</link><pubDate>Wed, 12 Nov 2025 00:00:00 +0000</pubDate><guid>https://aylinnaebzadeh.github.io/research/multimodal/</guid><description>&lt;div class="project-cards">
&lt;div class="project-card">
&lt;h3>Robust Multimodal Learning&lt;/h3>
&lt;p>
Multimodal systems often struggle when one or more input sources are missing, corrupted, or imbalanced. My work develops learning strategies that preserve performance under these real-world conditions by enabling models to reason effectively with incomplete information. This includes designing projection-based methods that learn to estimate missing modality representations directly from the available ones and training unified models that handle all missing-modality configurations without the need for modality-specific retraining or complex adaptation procedures. I also explore efficient fine-tuning techniques, such as LoRA-based unimodal adaptation, to reduce computational overhead while maintaining strong performance across diverse modalities and tasks. These efforts benefit from my background in NLP, which strengthens my understanding of cross-modal interactions and how language models can support robust reasoning when some modalities are absent.
&lt;/p>
&lt;/div>
&lt;/div>
&lt;style>
.project-cards {
display: flex;
flex-direction: column;
gap: 1.25rem;
margin-top: 1.5rem;
}
.project-card {
border: 1px solid #97c2e6ff;
border-radius: 10px;
padding: 0.9rem 1.4rem;
box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
background: #97c2e6ff;
width: 100%;
}
.project-card h3 {
margin: 0 0 0.75rem 0;
}
.project-card p {
margin: 0;
text-align: justify;
}
&lt;/style></description></item><item><title/><link>https://aylinnaebzadeh.github.io/research/researchlist/</link><pubDate>Wed, 12 Nov 2025 00:00:00 +0000</pubDate><guid>https://aylinnaebzadeh.github.io/research/researchlist/</guid><description>&lt;div style="text-align: justify;">
&lt;h3 id="research">Research&lt;/h3>
&lt;/div>
&lt;p style="text-align: justify;">
My research spans computer vision, NLP, multimodal learning, and 3D reconstruction, with a focus on building reliable ML systems that operate robustly under real-world conditions. I develop diffusion-based methods for image restoration that handle real sensor noise, low-quality inputs, and cross-domain degradations. I also work on improving the robustness of multimodal models when information is missing, corrupted, or imbalanced across modalities. Beyond 2D vision, I explore 3D reconstruction and neural rendering, including camera pose estimation, NeRF, and Gaussian Splatting. More broadly, my work connects generative modeling, visual understanding, and trustworthy AI, strengthened by my background in natural language processing.
&lt;/p>
&lt;div class="research-circles">
&lt;a class="research-circle" href="https://aylinnaebzadeh.github.io/research/diffusion/">
&lt;div class="circle-image" style="background-image: url('/uploads/research-diffusion.png');" aria-hidden="true">&lt;/div>
&lt;div class="circle-label">Diffusion Models for Inverse Problems&lt;/div>
&lt;/a>
&lt;a class="research-circle" href="https://aylinnaebzadeh.github.io/research/multimodal/">
&lt;div class="circle-image" style="background-image: url('/uploads/research-multimodal.png');" aria-hidden="true">&lt;/div>
&lt;div class="circle-label">Robust Multimodal Learning&lt;/div>
&lt;/a>
&lt;a class="research-circle" href="https://aylinnaebzadeh.github.io/research/3d/">
&lt;div class="circle-image" style="background-image: url('/uploads/research-3d.png');" aria-hidden="true">&lt;/div>
&lt;div class="circle-label">3D Reconstruction&lt;/div>
&lt;/a>
&lt;/div>
&lt;style>
.research-circles {
display: flex;
flex-wrap: wrap;
gap: 1.5rem;
justify-content: center;
margin-top: 1.5rem;
}
.research-circle {
flex: 1 1 200px;
max-width: 240px;
text-align: center;
text-decoration: none;
color: inherit;
}
.circle-image {
width: 220px;
height: 220px;
margin: 0 auto;
border-radius: 50%;
background-size: cover;
background-position: top center;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.research-circle:hover .circle-image,
.research-circle:focus .circle-image {
transform: translateY(-6px);
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
.circle-label {
margin-top: 0.75rem;
font-size: 1.1rem;
font-weight: 600;
}
@media (max-width: 600px) {
.circle-image {
width: 180px;
height: 180px;
}
}
&lt;/style></description></item><item><title>GinGer at SemEval-2025 Task 11: Leveraging Fine-Tuned Transformer Models and LoRA for Sentiment Analysis in Low-Resource Languages</title><link>https://aylinnaebzadeh.github.io/publication/ginger-acl/</link><pubDate>Tue, 01 Jul 2025 00:00:00 +0000</pubDate><guid>https://aylinnaebzadeh.github.io/publication/ginger-acl/</guid><description>&lt;style>
.justify-text {
text-align: justify;
}
&lt;/style></description></item><item><title>Selected Academic Projects</title><link>https://aylinnaebzadeh.github.io/projects/projectslist/</link><pubDate>Wed, 01 Jan 2025 00:00:00 +0000</pubDate><guid>https://aylinnaebzadeh.github.io/projects/projectslist/</guid><description>&lt;div style="text-align: justify;">
&lt;hr>
&lt;h4 id="predicting-covid-19-from-chest-x-ray-images-a-hrefhttpsgithubcomaylinnaebzadehcovid19-predictori-classfab-fa-githubia">Predicting COVID-19 From Chest X-Ray Images &lt;a href="https://github.com/AylinNaebzadeh/Covid19-Predictor">&lt;i class="fab fa-github">&lt;/i>&lt;/a>&lt;/h4>
&lt;ul>
&lt;li>Built a deep learning pipeline to predict COVID-19 from chest X-ray images using transfer learning on pre-trained &lt;strong>SqueezeNet&lt;/strong>.&lt;/li>
&lt;li>Applied data augmentation and preprocessing to improve generalization on limited medical data.&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h4 id="tile-crack-detection-with-u-net-a-hrefhttpsgithubcomaylinnaebzadehtile-crack-detectioni-classfab-fa-githubia">Tile Crack Detection with U-Net &lt;a href="https://github.com/AylinNaebzadeh/tile-crack-detection">&lt;i class="fab fa-github">&lt;/i>&lt;/a>&lt;/h4>
&lt;ul>
&lt;li>Developed an image segmentation model to detect surface cracks on tiles using &lt;strong>U-Net&lt;/strong>.&lt;/li>
&lt;li>Combined classical image processing with deep learning to localize fine-grained defects.&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h4 id="genetic-and-ant-colony-algorithms-a-hrefhttpsgithubcomaylinnaebzadehcomputational-intelligencetreemainevolutionary-algorithmsi-classfab-fa-githubia">Genetic and Ant Colony Algorithms &lt;a href="https://github.com/AylinNaebzadeh/Computational-Intelligence/tree/main/evolutionary-algorithms">&lt;i class="fab fa-github">&lt;/i>&lt;/a>&lt;/h4>
&lt;ul>
&lt;li>Implemented a &lt;strong>Genetic Algorithm&lt;/strong> to solve cubic equations and explore convergence behavior.&lt;/li>
&lt;li>Implemented an &lt;strong>Ant Colony Optimization&lt;/strong> algorithm for task scheduling problems.&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h4 id="football-match-fuzzy-predictor-a-hrefhttpsgithubcomaylinnaebzadehcomputational-intelligencetreemainfuzzy-controlleri-classfab-fa-githubia">Football Match Fuzzy Predictor &lt;a href="https://github.com/AylinNaebzadeh/Computational-Intelligence/tree/main/fuzzy-controller">&lt;i class="fab fa-github">&lt;/i>&lt;/a>&lt;/h4>
&lt;ul>
&lt;li>Designed a fuzzy logic controller to predict football match outcomes using interpretable rules.&lt;/li>
&lt;li>Used the &lt;strong>Simpful&lt;/strong> library to define linguistic variables and construct fuzzy rule bases.&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h4 id="image-recalling-hopfield-network-a-hrefhttpsgithubcomaylinnaebzadehcomputational-intelligencetreemainhopfieldi-classfab-fa-githubia">Image Recalling Hopfield Network &lt;a href="https://github.com/AylinNaebzadeh/Computational-Intelligence/tree/main/hopfield">&lt;i class="fab fa-github">&lt;/i>&lt;/a>&lt;/h4>
&lt;ul>
&lt;li>Implemented a &lt;strong>Hopfield network&lt;/strong> for recalling patterns on Fashion-MNIST–style image data.&lt;/li>
&lt;li>Extended the Hopfield formulation to handle a &lt;strong>TSP-like&lt;/strong> optimization setting.&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h4 id="som-and-rbf-clustering-a-hrefhttpsgithubcomaylinnaebzadehcomputational-intelligencetreemainkohonen-som-rbfi-classfab-fa-githubia">SOM and RBF Clustering &lt;a href="https://github.com/AylinNaebzadeh/Computational-Intelligence/tree/main/kohonen-som-rbf">&lt;i class="fab fa-github">&lt;/i>&lt;/a>&lt;/h4>
&lt;ul>
&lt;li>Implemented &lt;strong>Self-Organizing Maps (SOM)&lt;/strong> and &lt;strong>Radial Basis Function (RBF)&lt;/strong> networks for classification tasks.&lt;/li>
&lt;li>Used &lt;strong>TensorFlow&lt;/strong> and &lt;strong>Keras&lt;/strong> to train and compare different clustering and representation schemes.&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h4 id="mlp-from-scratch-a-hrefhttpsgithubcomaylinnaebzadehcomputational-intelligencetreemainmlp-from-scratchi-classfab-fa-githubia">MLP From Scratch &lt;a href="https://github.com/AylinNaebzadeh/Computational-Intelligence/tree/main/mlp-from-scratch">&lt;i class="fab fa-github">&lt;/i>&lt;/a>&lt;/h4>
&lt;ul>
&lt;li>Implemented a &lt;strong>multilayer perceptron&lt;/strong> from scratch for classification problems.&lt;/li>
&lt;li>Used &lt;strong>Keras&lt;/strong> to experiment with momentum and weight decay for optimization and regularization.&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h4 id="artificial-intelligence-course-projects-a-hrefhttpsgithubcomaylinnaebzadehaii-classfab-fa-githubia">Artificial Intelligence Course Projects &lt;a href="https://github.com/AylinNaebzadeh/AI">&lt;i class="fab fa-github">&lt;/i>&lt;/a>&lt;/h4>
&lt;ul>
&lt;li>Built a deep-learning–based model to recognize different clothing types from images.&lt;/li>
&lt;li>Completed UC Berkeley–style &lt;strong>Pac-Man AI&lt;/strong> projects, covering search, reinforcement learning, CSP, and MDP formulations.&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h4 id="smart-sensor-embedded-games-for-autism-and-alzheimers">Smart Sensor-Embedded Games for Autism and Alzheimer’s&lt;/h4>
&lt;ul>
&lt;li>Co-designed smart games to support Alzheimer’s patients and autistic children, focusing on engagement and cognitive support.&lt;/li>
&lt;li>Developed sensor-embedded puzzles and interactive game rooms to assist caregivers with monitoring and assessment.&lt;/li>
&lt;/ul>
&lt;/div></description></item><item><title/><link>https://aylinnaebzadeh.github.io/award/awardlist/</link><pubDate>Thu, 08 Aug 2024 00:00:00 +0000</pubDate><guid>https://aylinnaebzadeh.github.io/award/awardlist/</guid><description>&lt;div style="text-align: justify;">
&lt;h3 id="academic-awards">Academic Awards&lt;/h3>
&lt;ul>
&lt;li>Awarded an &lt;span style="color:red">M.Sc. Admission Offer for Outstanding Students&lt;/span> by the University of Science and Technology, Computer Engineering Department (2024).&lt;/li>
&lt;li>Received an &lt;span style="color:red">Undergraduate Tuition Fee Waiver for Exceptional Students&lt;/span> at University of Science and Technology (2020).&lt;/li>
&lt;li>Ranked &lt;span style="color:red">206th out of over 400,000 students&lt;/span> in National University Entrance Exam, placing in the &lt;span style="color:red">Top 0.07%&lt;/span> (2020).&lt;/li>
&lt;/ul>
&lt;/div></description></item><item><title/><link>https://aylinnaebzadeh.github.io/news/newslist/</link><pubDate>Thu, 08 Aug 2024 00:00:00 +0000</pubDate><guid>https://aylinnaebzadeh.github.io/news/newslist/</guid><description>&lt;h3 id="news">News&lt;/h3>
&lt;div style="text-align: justify;">
&lt;ul>
&lt;li>[8/2026] Our paper, &lt;strong>&amp;ldquo;Broadband Wide Field of View Imaging with Computational Mirrors&amp;rdquo;&lt;/strong> has been accepted as an &lt;strong>oral&lt;/strong> presentation at the European Conference on Computer Vision (&lt;a href="https://lnkd.in/gYcTBbyi" target="_blank" rel="noopener">ECCV'26&lt;/a>).&lt;/li>
&lt;li>[5/2026] Our paper, &lt;strong>&amp;ldquo;CARD: Correlation Aware Restoration with Diffusion&amp;rdquo;&lt;/strong> has been accepted at the IEEE/CVF Conference on Computer Vision and Pattern Recognition (&lt;a href="https://openaccess.thecvf.com/content/CVPR2026/papers/Naebzadeh_CARD_Correlation_Aware_Restoration_with_Diffusion_CVPR_2026_paper.pdf" target="_blank" rel="noopener">CVPR'26&lt;/a>).&lt;/li>
&lt;li>[3/2026] I joined &lt;span style="color: #d76bc3;">Apple &lt;/span> in Cupertino, CA as a &lt;strong>Data and Machine Learning Intern&lt;/strong> for Spring and Summer 2026.&lt;/li>
&lt;li>[3/2026] I successfully passed my &lt;strong>PhD Qualifying Exam&lt;/strong> and officially advanced to candidacy!&lt;/li>
&lt;li>[11/2025] Our paper, &lt;strong>&amp;ldquo;MMP: Towards Robust Multi-Modal Learning with Masked Modality Projection&amp;rdquo;&lt;/strong> has been accepted at the 2025 IEEE International Conference on Big Data (&lt;a href="https://ieeexplore.ieee.org/abstract/document/11401652" target="_blank" rel="noopener">BigData'25&lt;/a>).&lt;/li>
&lt;li>[11/2025] Our paper, &lt;strong>&amp;ldquo;TDiff: Thermal Plug-and-Play Prior with Patch-Based Diffusion&amp;rdquo;&lt;/strong> has been accepted at the 1st ACM International Workshop on Thermal Sensing and Computing (&lt;a href="https://dl.acm.org/doi/pdf/10.1145/3737905.3769286" target="_blank" rel="noopener">HotSense'25&lt;/a>).&lt;/li>
&lt;/ul>
&lt;/div></description></item><item><title/><link>https://aylinnaebzadeh.github.io/service/servicelist/</link><pubDate>Thu, 08 Aug 2024 00:00:00 +0000</pubDate><guid>https://aylinnaebzadeh.github.io/service/servicelist/</guid><description>&lt;h3 id="peer-review">Peer Review&lt;/h3>
&lt;ul>
&lt;li>Review activity for ACM transactions on architecture and code optimization.&lt;/li>
&lt;li>Review activity for IEEE computer architecture letters.&lt;/li>
&lt;li>Review activity for Parallel computing.&lt;/li>
&lt;/ul>
&lt;h3 id="artifact-evaluation-committee">Artifact Evaluation Committee&lt;/h3>
&lt;ul>
&lt;li>International Conference on Architectural Support for Programming Languages and Operating Systems (&lt;a href="https://www.asplos-conference.org/asplos2025/" target="_blank" rel="noopener">ASPLOS'25&lt;/a>).&lt;/li>
&lt;li>International Conference on Architectural Support for Programming Languages and Operating Systems (&lt;a href="https://www.asplos-conference.org/asplos2024/committees/index.html#organizing-committee" target="_blank" rel="noopener">ASPLOS'24&lt;/a>).&lt;/li>
&lt;li>International Symposium on Computer Architecture (&lt;a href="https://iscaconf.org/isca2024/" target="_blank" rel="noopener">ISCA'24&lt;/a>).&lt;/li>
&lt;/ul>
&lt;h3 id="professional-services">Professional Services&lt;/h3>
&lt;ul>
&lt;li>Audio/Video Chair of the &lt;a href="https://www.asplos-conference.org/asplos2024/" target="_blank" rel="noopener">ASPLOS’24&lt;/a> Conference.&lt;/li>
&lt;/ul>
&lt;h3 id="talks">Talks&lt;/h3>
&lt;ul>
&lt;li>Gave a talk on “Hardware/Software Approaches for Accelerating Graph Processing Workloads” in the School of Computing at Binghamton University, Spring 2025.&lt;/li>
&lt;li>Gave a talk on “Redundancy Removal for Accelerating Graph Processing Workloads” in the Department of Computer Science at Tulane University, Spring 2025.&lt;/li>
&lt;li>Present Common Graph and Core Graph projects at Society of Women Engineers, University
of California, Riverside, Winter 2024.&lt;/li>
&lt;li>Present Common Graph project at Highlights of Parallel Computing Conference, Florida, USA,
Spring 2023.&lt;/li>
&lt;/ul>
&lt;!-- ### Reviewer
- Conferences: CGO’25, MICRO’25, ISPASS’24, PPOPP’24, MICRO’23, ICDCS’23, ACM ICS’23, ISPASS’23, ICDCS’22, ISPASS’22, CGO’20, MICRO’20, PACT’20.
- Journals: CAL’23, TACO’23, IEEE Transaction on Computers’23, Parallel Computing’23.
--></description></item><item><title/><link>https://aylinnaebzadeh.github.io/teaching/teachinglist/</link><pubDate>Thu, 08 Aug 2024 00:00:00 +0000</pubDate><guid>https://aylinnaebzadeh.github.io/teaching/teachinglist/</guid><description>&lt;h3 id="teaching-experience">Teaching Experience&lt;/h3>
&lt;ul>
&lt;li>[Spring 2024] Mentor(Product Owner) - System Analysis and Design course.&lt;/li>
&lt;li>[Fall 2023 | Spring 2024 | Fall 2024] Mentor(Scrum Master) - System Analysis and Design course.&lt;/li>
&lt;li>[Fall 2022] Teaching Assistant - Data Structures course.&lt;/li>
&lt;li>[Spring 2021] Teaching Assistant - Advanced Programming course.&lt;/li>
&lt;li>[Fall 2021] Teaching Assistant - Discrete Mathematics course.&lt;/li>
&lt;li>[Fall 2021] Teaching Assistant - Fundamentals of Computer Programming course.&lt;/li>
&lt;/ul></description></item><item><title>News</title><link>https://aylinnaebzadeh.github.io/news/news/</link><pubDate>Thu, 08 Aug 2024 00:00:00 +0000</pubDate><guid>https://aylinnaebzadeh.github.io/news/news/</guid><description>
&lt;h3 id="news">News&lt;/h3>
&lt;div style="text-align: justify;">
&lt;ul>
&lt;li>
&lt;p>[8/2026] Our paper, &lt;strong>&amp;ldquo;Broadband Wide Field of View Imaging with Computational Mirrors&amp;rdquo;&lt;/strong> has been accepted as an &lt;strong>oral&lt;/strong> presentation at the European Conference on Computer Vision (&lt;a href="https://lnkd.in/gYcTBbyi" target="_blank" rel="noopener">ECCV'26&lt;/a>).&lt;/p>
&lt;/li>
&lt;li>
&lt;p>[5/2026] Our paper, &lt;strong>&amp;ldquo;CARD: Correlation Aware Restoration with Diffusion&amp;rdquo;&lt;/strong> has been accepted at the IEEE/CVF Conference on Computer Vision and Pattern Recognition (&lt;a href="https://openaccess.thecvf.com/content/CVPR2026/papers/Naebzadeh_CARD_Correlation_Aware_Restoration_with_Diffusion_CVPR_2026_paper.pdf" target="_blank" rel="noopener">CVPR'26&lt;/a>).&lt;/p>
&lt;/li>
&lt;li>
&lt;p>[3/2026] I joined &lt;span style="color: #d76bc3;">Apple &lt;/span> in Cupertino, CA as a &lt;strong>Data and Machine Learning Intern&lt;/strong> for Spring and Summer 2026.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>[3/2026] I successfully passed my &lt;strong>PhD Qualifying Exam&lt;/strong> and officially advanced to candidacy!&lt;/p>
&lt;/li>
&lt;li>
&lt;p>[11/2025] Our paper, &lt;strong>&amp;ldquo;MMP: Towards Robust Multi-Modal Learning with Masked Modality Projection&amp;rdquo;&lt;/strong> has been accepted at the 2025 IEEE International Conference on Big Data (&lt;a href="https://ieeexplore.ieee.org/abstract/document/11401652" target="_blank" rel="noopener">BigData'25&lt;/a>).&lt;/p>
&lt;/li>
&lt;li>
&lt;p>[11/2025] Our paper, &lt;strong>&amp;ldquo;TDiff: Thermal Plug-and-Play Prior with Patch-Based Diffusion&amp;rdquo;&lt;/strong> has been accepted at the 1st ACM International Workshop on Thermal Sensing and Computing (&lt;a href="https://dl.acm.org/doi/pdf/10.1145/3737905.3769286" target="_blank" rel="noopener">HotSense'25&lt;/a>).&lt;/p>
&lt;/li>
&lt;/ul>
&lt;/div></description></item><item><title>MultiCGCN: multi-label text classification using GCNs and heterogeneous graphs</title><link>https://aylinnaebzadeh.github.io/publication/multigcn/</link><pubDate>Mon, 01 Jan 2024 00:00:00 +0000</pubDate><guid>https://aylinnaebzadeh.github.io/publication/multigcn/</guid><description>&lt;style>
.justify-text {
text-align: justify;
}
&lt;/style></description></item><item><title>NICA at EXIST CLEF Tasks 2024</title><link>https://aylinnaebzadeh.github.io/publication/exist-clef/</link><pubDate>Mon, 01 Jan 2024 00:00:00 +0000</pubDate><guid>https://aylinnaebzadeh.github.io/publication/exist-clef/</guid><description>&lt;style>
.justify-text {
text-align: justify;
}
&lt;/style></description></item><item><title>NICA at Quantum Computing CLEF Tasks 2024</title><link>https://aylinnaebzadeh.github.io/publication/quantum-clef/</link><pubDate>Mon, 01 Jan 2024 00:00:00 +0000</pubDate><guid>https://aylinnaebzadeh.github.io/publication/quantum-clef/</guid><description>&lt;style>
.justify-text {
text-align: justify;
}
&lt;/style></description></item><item><title>Slides</title><link>https://aylinnaebzadeh.github.io/slides/example/</link><pubDate>Tue, 05 Feb 2019 00:00:00 +0000</pubDate><guid>https://aylinnaebzadeh.github.io/slides/example/</guid><description>&lt;h1 id="create-slides-in-markdown-with-wowchemy">Create slides in Markdown with Wowchemy&lt;/h1>
&lt;p>&lt;a href="https://wowchemy.com/" target="_blank" rel="noopener">Wowchemy&lt;/a> | &lt;a href="https://owchemy.com/docs/managing-content/#create-slides" target="_blank" rel="noopener">Documentation&lt;/a>&lt;/p>
&lt;hr>
&lt;h2 id="features">Features&lt;/h2>
&lt;ul>
&lt;li>Efficiently write slides in Markdown&lt;/li>
&lt;li>3-in-1: Create, Present, and Publish your slides&lt;/li>
&lt;li>Supports speaker notes&lt;/li>
&lt;li>Mobile friendly slides&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h2 id="controls">Controls&lt;/h2>
&lt;ul>
&lt;li>Next: &lt;code>Right Arrow&lt;/code> or &lt;code>Space&lt;/code>&lt;/li>
&lt;li>Previous: &lt;code>Left Arrow&lt;/code>&lt;/li>
&lt;li>Start: &lt;code>Home&lt;/code>&lt;/li>
&lt;li>Finish: &lt;code>End&lt;/code>&lt;/li>
&lt;li>Overview: &lt;code>Esc&lt;/code>&lt;/li>
&lt;li>Speaker notes: &lt;code>S&lt;/code>&lt;/li>
&lt;li>Fullscreen: &lt;code>F&lt;/code>&lt;/li>
&lt;li>Zoom: &lt;code>Alt + Click&lt;/code>&lt;/li>
&lt;li>&lt;a href="https://revealjs.com/pdf-export/" target="_blank" rel="noopener">PDF Export&lt;/a>&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h2 id="code-highlighting">Code Highlighting&lt;/h2>
&lt;p>Inline code: &lt;code>variable&lt;/code>&lt;/p>
&lt;p>Code block:&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" class="chroma">&lt;code class="language-python" data-lang="python">&lt;span class="line">&lt;span class="cl">&lt;span class="n">porridge&lt;/span> &lt;span class="o">=&lt;/span> &lt;span class="s2">&amp;#34;blueberry&amp;#34;&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="k">if&lt;/span> &lt;span class="n">porridge&lt;/span> &lt;span class="o">==&lt;/span> &lt;span class="s2">&amp;#34;blueberry&amp;#34;&lt;/span>&lt;span class="p">:&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> &lt;span class="nb">print&lt;/span>&lt;span class="p">(&lt;/span>&lt;span class="s2">&amp;#34;Eating...&amp;#34;&lt;/span>&lt;span class="p">)&lt;/span>
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;hr>
&lt;h2 id="math">Math&lt;/h2>
&lt;p>In-line math: $x + y = z$&lt;/p>
&lt;p>Block math:&lt;/p>
&lt;p>$$
f\left( x \right) = ;\frac{{2\left( {x + 4} \right)\left( {x - 4} \right)}}{{\left( {x + 4} \right)\left( {x + 1} \right)}}
$$&lt;/p>
&lt;hr>
&lt;h2 id="fragments">Fragments&lt;/h2>
&lt;p>Make content appear incrementally&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" class="chroma">&lt;code class="language-fallback" data-lang="fallback">&lt;span class="line">&lt;span class="cl">{{% fragment %}} One {{% /fragment %}}
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">{{% fragment %}} **Two** {{% /fragment %}}
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">{{% fragment %}} Three {{% /fragment %}}
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>Press &lt;code>Space&lt;/code> to play!&lt;/p>
&lt;span class="fragment " >
One
&lt;/span>
&lt;span class="fragment " >
&lt;strong>Two&lt;/strong>
&lt;/span>
&lt;span class="fragment " >
Three
&lt;/span>
&lt;hr>
&lt;p>A fragment can accept two optional parameters:&lt;/p>
&lt;ul>
&lt;li>&lt;code>class&lt;/code>: use a custom style (requires definition in custom CSS)&lt;/li>
&lt;li>&lt;code>weight&lt;/code>: sets the order in which a fragment appears&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h2 id="speaker-notes">Speaker Notes&lt;/h2>
&lt;p>Add speaker notes to your presentation&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" class="chroma">&lt;code class="language-markdown" data-lang="markdown">&lt;span class="line">&lt;span class="cl">{{% speaker_note %}}
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="k">-&lt;/span> Only the speaker can read these notes
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="k">-&lt;/span> Press &lt;span class="sb">`S`&lt;/span> key to view
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> {{% /speaker_note %}}
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>Press the &lt;code>S&lt;/code> key to view the speaker notes!&lt;/p>
&lt;aside class="notes">
&lt;ul>
&lt;li>Only the speaker can read these notes&lt;/li>
&lt;li>Press &lt;code>S&lt;/code> key to view&lt;/li>
&lt;/ul>
&lt;/aside>
&lt;hr>
&lt;h2 id="themes">Themes&lt;/h2>
&lt;ul>
&lt;li>black: Black background, white text, blue links (default)&lt;/li>
&lt;li>white: White background, black text, blue links&lt;/li>
&lt;li>league: Gray background, white text, blue links&lt;/li>
&lt;li>beige: Beige background, dark text, brown links&lt;/li>
&lt;li>sky: Blue background, thin dark text, blue links&lt;/li>
&lt;/ul>
&lt;hr>
&lt;ul>
&lt;li>night: Black background, thick white text, orange links&lt;/li>
&lt;li>serif: Cappuccino background, gray text, brown links&lt;/li>
&lt;li>simple: White background, black text, blue links&lt;/li>
&lt;li>solarized: Cream-colored background, dark green text, blue links&lt;/li>
&lt;/ul>
&lt;hr>
&lt;section data-noprocess data-shortcode-slide
data-background-image="/media/boards.jpg"
>
&lt;h2 id="custom-slide">Custom Slide&lt;/h2>
&lt;p>Customize the slide style and background&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" class="chroma">&lt;code class="language-markdown" data-lang="markdown">&lt;span class="line">&lt;span class="cl">{{&lt;span class="p">&amp;lt;&lt;/span> &lt;span class="nt">slide&lt;/span> &lt;span class="na">background-image&lt;/span>&lt;span class="o">=&lt;/span>&lt;span class="s">&amp;#34;/media/boards.jpg&amp;#34;&lt;/span> &lt;span class="p">&amp;gt;&lt;/span>}}
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">{{&lt;span class="p">&amp;lt;&lt;/span> &lt;span class="nt">slide&lt;/span> &lt;span class="na">background-color&lt;/span>&lt;span class="o">=&lt;/span>&lt;span class="s">&amp;#34;#0000FF&amp;#34;&lt;/span> &lt;span class="p">&amp;gt;&lt;/span>}}
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">{{&lt;span class="p">&amp;lt;&lt;/span> &lt;span class="nt">slide&lt;/span> &lt;span class="na">class&lt;/span>&lt;span class="o">=&lt;/span>&lt;span class="s">&amp;#34;my-style&amp;#34;&lt;/span> &lt;span class="p">&amp;gt;&lt;/span>}}
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;hr>
&lt;h2 id="custom-css-example">Custom CSS Example&lt;/h2>
&lt;p>Let&amp;rsquo;s make headers navy colored.&lt;/p>
&lt;p>Create &lt;code>assets/css/reveal_custom.css&lt;/code> with:&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" class="chroma">&lt;code class="language-css" data-lang="css">&lt;span class="line">&lt;span class="cl">&lt;span class="p">.&lt;/span>&lt;span class="nc">reveal&lt;/span> &lt;span class="nt">section&lt;/span> &lt;span class="nt">h1&lt;/span>&lt;span class="o">,&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="p">.&lt;/span>&lt;span class="nc">reveal&lt;/span> &lt;span class="nt">section&lt;/span> &lt;span class="nt">h2&lt;/span>&lt;span class="o">,&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="p">.&lt;/span>&lt;span class="nc">reveal&lt;/span> &lt;span class="nt">section&lt;/span> &lt;span class="nt">h3&lt;/span> &lt;span class="p">{&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> &lt;span class="k">color&lt;/span>&lt;span class="p">:&lt;/span> &lt;span class="kc">navy&lt;/span>&lt;span class="p">;&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="p">}&lt;/span>
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;hr>
&lt;h1 id="questions">Questions?&lt;/h1>
&lt;p>&lt;a href="https://github.com/wowchemy/wowchemy-hugo-modules/discussions" target="_blank" rel="noopener">Ask&lt;/a>&lt;/p>
&lt;p>&lt;a href="https://wowchemy.com/docs/managing-content/#create-slides" target="_blank" rel="noopener">Documentation&lt;/a>&lt;/p></description></item><item><title/><link>https://aylinnaebzadeh.github.io/admin/config.yml</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://aylinnaebzadeh.github.io/admin/config.yml</guid><description/></item><item><title/><link>https://aylinnaebzadeh.github.io/talk/talklist/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://aylinnaebzadeh.github.io/talk/talklist/</guid><description>&lt;h2 id="invited-talks">Invited talks&lt;/h2>
&lt;ul>
&lt;li>
&lt;p>[11/2023] &lt;strong>Exploring Safety in Large Language Models &lt;a href="https://www.youtube.com/watch?v=5OUuRbnEUsc" target="_blank" rel="noopener">&lt;em>YouTube&lt;/em> 40:30 mins&lt;/a> | &lt;a href="https://alumni.xjtu.edu.cn/info/1137/7465.htm" target="_blank" rel="noopener">News&lt;/a>&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>&lt;em>80th Annual Convention of Jiaotong University Alumni Association in SoCal (交通大学南加州校友会80周年庆)&lt;/em>, Los Angeles, CA, US&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>[11/04/2023] &lt;strong>AI and Large Language Models&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>&lt;em>UCR Family Day/Homecoming seminar&lt;/em>, Riverside CA, US&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>[08/2023] &lt;strong>Fast Text Generation with Text-Editing Models&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>&lt;em>KDD Tutorial&lt;/em>, Long Beach, CA, US&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>[08/2023] &lt;strong>Safeguarding the Potential in Large Language Models&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>&lt;em>KDD SoCal Day&lt;/em>, Long Beach, CA, US&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>[08/2023] &lt;strong>Large Language Models &amp;amp; AI Unleashed&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>&lt;em>UCR REU&lt;/em>, Riverside, CA, US&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>[07/2023] &lt;strong>Introduction to Large Language Models&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>&lt;em>Redlands &amp;amp; UCR Higher School AI Academy&lt;/em>, Riverside, CA, US&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>[05/18/2023] &lt;strong>What Future Do We Want with Artificial Intelligence?&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>&lt;a href="https://www.tedxucr.org/" target="_blank" rel="noopener">&lt;em>TEDx UCR&lt;/em>&lt;/a> | &lt;a href="https://www.youtube.com/watch?v=w5fmMcrwk_I" target="_blank" rel="noopener">&lt;em>YouTube&lt;/em>&lt;/a>, Riverside, CA, US&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>[2021] &lt;strong>Robust and Trustworthy NLP Through The Lens of Text Summarization&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>University of California, Riverside, March 2021, Riverside, CA, US&lt;/li>
&lt;li>National University of Singapore, March 2021, Singapore&lt;/li>
&lt;li>Google AI, March 2021, US&lt;/li>
&lt;li>University of Waterloo, February 2021, Waterloo, Canada&lt;/li>
&lt;li>University of Utah, February 2021, Salt Lake City, UT, US&lt;/li>
&lt;li>Simon Fraser University, February 2021, Burnaby, Canada&lt;/li>
&lt;li>HEC Montreal &amp;amp; Mila, February 2021, Montreal, Canada&lt;/li>
&lt;li>Queen&amp;rsquo;s University, January 2021, Kingston, Canada&lt;/li>
&lt;/ul>
&lt;/li>
&lt;/ul>
&lt;h2 id="panelists">Panelists&lt;/h2>
&lt;ul>
&lt;li>
&lt;p>[10/2023] &lt;strong>&lt;a href="https://events.ucr.edu/event/impact_of_generative_ai" target="_blank" rel="noopener">Impact of Generative AI&lt;/a>&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>&lt;em>UCR BCOE Council of Advisors meeting,&lt;/em> &lt;a href="https://twitter.com/UCRBCOE/status/1712966536221413883" target="_blank" rel="noopener">Tweet&lt;/a>&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>[09/2023] &lt;strong>&lt;a href="https://www.niss.org/events/academic-perspectives-chatgpt" target="_blank" rel="noopener">Academic Perspectives on ChatGPT&lt;/a>&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>&lt;em>National Institute of Statistical Sciences (NISS) Webinar&lt;/em>&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>[09/2023] &lt;strong>&lt;a href="https://brand.ucr.edu/conference-2023#11-1145-am-morning-sessions" target="_blank" rel="noopener">Panel: Artificial Intelligence (AI) in Higher Education&lt;/a>&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>&lt;em>UCR Marketing &amp;amp; Communications Conference 2023&lt;/em>&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>[06/2023] &lt;strong>Biasly - AI to detect and correct misogynistic language&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>&lt;em>AI4Good Lab&lt;/em>, Montreal, Canada (remote)&lt;/li>
&lt;/ul>
&lt;/li>
&lt;/ul>
&lt;h2 id="media-interviews">Media Interviews&lt;/h2>
&lt;ul>
&lt;li>[10/2023] &lt;strong>&lt;a href="https://news.ucr.edu/articles/2023/10/03/faculty-members-discuss-ais-possible-impacts-ucr?utm_source=UC&amp;#43;Riverside&amp;#43;Master&amp;#43;List&amp;amp;utm_campaign=b890962bb7-EMAIL_CAMPAIGN_2023_10_26_05_26&amp;amp;utm_medium=email&amp;amp;utm_term=0_-b890962bb7-%5BLIST_EMAIL_ID%5D" target="_blank" rel="noopener">Faculty members discuss AI’s possible impacts at UCR - UCR News&lt;/a>&lt;/strong>&lt;/li>
&lt;/ul></description></item><item><title>Awards</title><link>https://aylinnaebzadeh.github.io/award/awards/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://aylinnaebzadeh.github.io/award/awards/</guid><description>
&lt;div style="text-align: justify;">
&lt;h3 id="academic-awards">Academic Awards&lt;/h3>
&lt;ul>
&lt;li>
&lt;p>Awarded an &lt;span style="color:red">M.Sc. Admission Offer for Outstanding Students&lt;/span> by the University of Science and Technology, Computer Engineering Department (2024).&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Received an &lt;span style="color:red">Undergraduate Tuition Fee Waiver for Exceptional Students&lt;/span> at University of Science and Technology (2020).&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Ranked &lt;span style="color:red">206th out of over 400,000 students&lt;/span> in National University Entrance Exam, placing in the &lt;span style="color:red">Top 0.07%&lt;/span> (2020).&lt;/p>
&lt;/li>
&lt;/ul>
&lt;/div></description></item><item><title>Resources</title><link>https://aylinnaebzadeh.github.io/research/research/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://aylinnaebzadeh.github.io/research/research/</guid><description/></item><item><title>Services</title><link>https://aylinnaebzadeh.github.io/service/services/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://aylinnaebzadeh.github.io/service/services/</guid><description>
&lt;h3 id="peer-review">Peer Review&lt;/h3>
&lt;ul>
&lt;li>
&lt;p>Review activity for ACM transactions on architecture and code optimization.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Review activity for IEEE computer architecture letters.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Review activity for Parallel computing.&lt;/p>
&lt;/li>
&lt;/ul>
&lt;h3 id="artifact-evaluation-committee">Artifact Evaluation Committee&lt;/h3>
&lt;ul>
&lt;li>
&lt;p>International Conference on Architectural Support for Programming Languages and Operating Systems (&lt;a href="https://www.asplos-conference.org/asplos2025/" target="_blank" rel="noopener">ASPLOS'25&lt;/a>).&lt;/p>
&lt;/li>
&lt;li>
&lt;p>International Conference on Architectural Support for Programming Languages and Operating Systems (&lt;a href="https://www.asplos-conference.org/asplos2024/committees/index.html#organizing-committee" target="_blank" rel="noopener">ASPLOS'24&lt;/a>).&lt;/p>
&lt;/li>
&lt;li>
&lt;p>International Symposium on Computer Architecture (&lt;a href="https://iscaconf.org/isca2024/" target="_blank" rel="noopener">ISCA'24&lt;/a>).&lt;/p>
&lt;/li>
&lt;/ul>
&lt;h3 id="professional-services">Professional Services&lt;/h3>
&lt;ul>
&lt;li>Audio/Video Chair of the &lt;a href="https://www.asplos-conference.org/asplos2024/" target="_blank" rel="noopener">ASPLOS’24&lt;/a> Conference.&lt;/li>
&lt;/ul>
&lt;h3 id="talks">Talks&lt;/h3>
&lt;ul>
&lt;li>
&lt;p>Gave a talk on “Hardware/Software Approaches for Accelerating Graph Processing Workloads” in the School of Computing at Binghamton University, Spring 2025.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Gave a talk on “Redundancy Removal for Accelerating Graph Processing Workloads” in the Department of Computer Science at Tulane University, Spring 2025.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Present Common Graph and Core Graph projects at Society of Women Engineers, University&lt;/p>
&lt;/li>
&lt;/ul>
&lt;p>of California, Riverside, Winter 2024.&lt;/p>
&lt;ul>
&lt;li>Present Common Graph project at Highlights of Parallel Computing Conference, Florida, USA,&lt;/li>
&lt;/ul>
&lt;p>Spring 2023.&lt;/p>
&lt;!-- ### Reviewer
- Conferences: CGO’25, MICRO’25, ISPASS’24, PPOPP’24, MICRO’23, ICDCS’23, ACM ICS’23, ISPASS’23, ICDCS’22, ISPASS’22, CGO’20, MICRO’20, PACT’20.
- Journals: CAL’23, TACO’23, IEEE Transaction on Computers’23, Parallel Computing’23.
--></description></item><item><title>Talks</title><link>https://aylinnaebzadeh.github.io/talk/talks/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://aylinnaebzadeh.github.io/talk/talks/</guid><description>
&lt;h2 id="invited-talks">Invited talks&lt;/h2>
&lt;ul>
&lt;li>
&lt;p>[11/2023] &lt;strong>Exploring Safety in Large Language Models &lt;a href="https://www.youtube.com/watch?v=5OUuRbnEUsc" target="_blank" rel="noopener">&lt;em>YouTube&lt;/em> 40:30 mins&lt;/a> | &lt;a href="https://alumni.xjtu.edu.cn/info/1137/7465.htm" target="_blank" rel="noopener">News&lt;/a>&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>&lt;em>80th Annual Convention of Jiaotong University Alumni Association in SoCal (交通大学南加州校友会80周年庆)&lt;/em>, Los Angeles, CA, US&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>[11/04/2023] &lt;strong>AI and Large Language Models&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>&lt;em>UCR Family Day/Homecoming seminar&lt;/em>, Riverside CA, US&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>[08/2023] &lt;strong>Fast Text Generation with Text-Editing Models&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>&lt;em>KDD Tutorial&lt;/em>, Long Beach, CA, US&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>[08/2023] &lt;strong>Safeguarding the Potential in Large Language Models&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>&lt;em>KDD SoCal Day&lt;/em>, Long Beach, CA, US&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>[08/2023] &lt;strong>Large Language Models &amp;amp; AI Unleashed&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>&lt;em>UCR REU&lt;/em>, Riverside, CA, US&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>[07/2023] &lt;strong>Introduction to Large Language Models&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>&lt;em>Redlands &amp;amp; UCR Higher School AI Academy&lt;/em>, Riverside, CA, US&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>[05/18/2023] &lt;strong>What Future Do We Want with Artificial Intelligence?&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>&lt;a href="https://www.tedxucr.org/" target="_blank" rel="noopener">&lt;em>TEDx UCR&lt;/em>&lt;/a> | &lt;a href="https://www.youtube.com/watch?v=w5fmMcrwk_I" target="_blank" rel="noopener">&lt;em>YouTube&lt;/em>&lt;/a>, Riverside, CA, US&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>[2021] &lt;strong>Robust and Trustworthy NLP Through The Lens of Text Summarization&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>
&lt;p>University of California, Riverside, March 2021, Riverside, CA, US&lt;/p>
&lt;/li>
&lt;li>
&lt;p>National University of Singapore, March 2021, Singapore&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Google AI, March 2021, US&lt;/p>
&lt;/li>
&lt;li>
&lt;p>University of Waterloo, February 2021, Waterloo, Canada&lt;/p>
&lt;/li>
&lt;li>
&lt;p>University of Utah, February 2021, Salt Lake City, UT, US&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Simon Fraser University, February 2021, Burnaby, Canada&lt;/p>
&lt;/li>
&lt;li>
&lt;p>HEC Montreal &amp;amp; Mila, February 2021, Montreal, Canada&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Queen&amp;rsquo;s University, January 2021, Kingston, Canada&lt;/p>
&lt;/li>
&lt;/ul>
&lt;/li>
&lt;/ul>
&lt;h2 id="panelists">Panelists&lt;/h2>
&lt;ul>
&lt;li>
&lt;p>[10/2023] &lt;strong>&lt;a href="https://events.ucr.edu/event/impact_of_generative_ai" target="_blank" rel="noopener">Impact of Generative AI&lt;/a>&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>&lt;em>UCR BCOE Council of Advisors meeting,&lt;/em> &lt;a href="https://twitter.com/UCRBCOE/status/1712966536221413883" target="_blank" rel="noopener">Tweet&lt;/a>&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>[09/2023] &lt;strong>&lt;a href="https://www.niss.org/events/academic-perspectives-chatgpt" target="_blank" rel="noopener">Academic Perspectives on ChatGPT&lt;/a>&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>&lt;em>National Institute of Statistical Sciences (NISS) Webinar&lt;/em>&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>[09/2023] &lt;strong>&lt;a href="https://brand.ucr.edu/conference-2023#11-1145-am-morning-sessions" target="_blank" rel="noopener">Panel: Artificial Intelligence (AI) in Higher Education&lt;/a>&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>&lt;em>UCR Marketing &amp;amp; Communications Conference 2023&lt;/em>&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>[06/2023] &lt;strong>Biasly - AI to detect and correct misogynistic language&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>&lt;em>AI4Good Lab&lt;/em>, Montreal, Canada (remote)&lt;/li>
&lt;/ul>
&lt;/li>
&lt;/ul>
&lt;h2 id="media-interviews">Media Interviews&lt;/h2>
&lt;ul>
&lt;li>[10/2023] &lt;strong>&lt;a href="https://news.ucr.edu/articles/2023/10/03/faculty-members-discuss-ais-possible-impacts-ucr?utm_source=UC&amp;#43;Riverside&amp;#43;Master&amp;#43;List&amp;amp;utm_campaign=b890962bb7-EMAIL_CAMPAIGN_2023_10_26_05_26&amp;amp;utm_medium=email&amp;amp;utm_term=0_-b890962bb7-%5BLIST_EMAIL_ID%5D" target="_blank" rel="noopener">Faculty members discuss AI’s possible impacts at UCR - UCR News&lt;/a>&lt;/strong>&lt;/li>
&lt;/ul></description></item><item><title>Teachings</title><link>https://aylinnaebzadeh.github.io/teaching/teachings/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://aylinnaebzadeh.github.io/teaching/teachings/</guid><description>
&lt;h3 id="teaching-experience">Teaching Experience&lt;/h3>
&lt;ul>
&lt;li>
&lt;p>[Spring 2024] Mentor(Product Owner) - System Analysis and Design course.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>[Fall 2023 | Spring 2024 | Fall 2024] Mentor(Scrum Master) - System Analysis and Design course.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>[Fall 2022] Teaching Assistant - Data Structures course.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>[Spring 2021] Teaching Assistant - Advanced Programming course.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>[Fall 2021] Teaching Assistant - Discrete Mathematics course.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>[Fall 2021] Teaching Assistant - Fundamentals of Computer Programming course.&lt;/p>
&lt;/li>
&lt;/ul></description></item></channel></rss>