← Search

Fengyu Sun

6 accepted papers

2025

FunEditor: Achieving Complex Image Edits via Function Aggregation with Diffusion Models

AAAI 2025technical

Diffusion models have demonstrated outstanding performance in generative tasks, making them ideal candidates for image editing. Recent studies highlight their ability to apply desired edits effectively by following textual instructions, yet with two key challenges remaining. First, these models stru…

Cited by 0SourcePDFScholar
2025

PixelMan: Consistent Object Editing with Diffusion Models via Pixel Manipulation and Generation

AAAI 2025technical

Recent research explores the potential of Diffusion Models (DMs) for consistent object editing, which aims to modify object position, size, and composition, etc., while preserving the consistency of objects and background without changing their texture and attributes. Current inference-time methods…

2024

A Multiscale Objective Function for Camera Color Correction

ICASSP 2024accepted

Color correction (CC) plays a pivotal role in camera imaging. Existing approaches usually conduct CC tuning by minimizing ∆E (e.g. ∆E2000), a standard metric proposed by CIE for representing color differences in LAB space. However, we observe that not all the colors with identical ∆E error to the ta…

Cited by 0SourceScholar
2024

Building Optimal Neural Architectures using Interpretable Knowledge

CVPR 2024poster

Neural Architecture Search is a costly practice. The fact that a search space can span a vast number of design choices with each architecture evaluation taking nontrivial overhead makes it hard for an algorithm to sufficiently explore candidate networks. In this paper we propose AutoBuild a scheme w…

2023

AutoGO: Automated Computation Graph Optimization for Neural Network Evolution

NeurIPS 2023poster

Optimizing Deep Neural Networks (DNNs) to obtain high-quality models for efficient real-world deployment has posed multi-faceted challenges to machine learning engineers. Existing methods either search for neural architectures in heuristic design spaces or apply low-level adjustments to computation…