<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Researches | Aylin Naebzadeh</title><link>https://aylinnaebzadeh.github.io/research/</link><atom:link href="https://aylinnaebzadeh.github.io/research/index.xml" rel="self" type="application/rss+xml"/><description>Researches</description><generator>Wowchemy (https://wowchemy.com)</generator><language>en-us</language><lastBuildDate>Wed, 12 Nov 2025 00:00:00 +0000</lastBuildDate><image><url>https://aylinnaebzadeh.github.io/media/icon_hu60b00facb642d5c4a6e81d28c27a98a7_27079_512x512_fill_lanczos_center_3.png</url><title>Researches</title><link>https://aylinnaebzadeh.github.io/research/</link></image><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>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></channel></rss>