← Search

Chang Chen

25 accepted papers

2026

Controllable Molecule Generation via Sparse Representation Editing: An Interpretability-Driven Perspective

ICML 2026poster

Controllable molecule generation is crucial for diverse scientific applications, such as drug discovery and materials design. While large language models (LLMs) show great promise, their dense and entangled representations impede precise control over the generation of molecules with bespoke substruc…

Cited by 0SourcecodeScholar
2026

Extendable Planning via Multiscale Diffusion

AAAI 2026technical

Long-horizon planning is crucial in complex environments, but diffusion-based planners like Diffuser are limited by the trajectory lengths observed during training. This creates a dilemma: long trajectories are needed for effective planning, yet they degrade model performance. In this paper, we intr

Cited by 0SourcePDFScholar
2026

FastGaMer: Efficient GainMap Learning for Practical Inverse Tone Mapping

CVPR 2026

Inverse tone mapping (ITM) becomes significantly harder when the SDR input is produced by local tone mapping, which jointly applies global radiometric compression and spatially varying adaptations that distort dynamic range, contrast, and channel-wise color ratios. Existing ITM methods ignore this d

Cited by 0SourceScholar
2026

Joint Spectral Image Reconstruction and Semantic Segmentation with Cooperative Unfolding

CVPR 2026

Coded Aperture Snapshot Spectral Imaging (CASSI) is an emerging hyperspectral image (HSI) acquisition technique for downstream semantic segmentation. Due to the ill-posedness nature of CASSI systems, typical solutions are compelled to conduct a two-stage reconstruction-then-segmentation pipeline, na

Cited by 0SourcecodeScholar
2026

RawMetaDiff: Unlocking Extreme Darkness from Dual-Exposure RAW with Meta-Guided Diffusion

CVPR 2026

Extreme low-light Raw image restoration remains challenging due to overwhelming noise and severe detail loss.In this paper, we exploit the potential of the dual-exposure setting for this severely ill-posed problem.Existing methods suffer from unreliable cross-exposure alignment, resulting in degrade

Cited by 0SourceScholar
2026

UNIVERSAL AND EFFICIENT LOADING BALANCING FOR RL TRAINING OF LARGE MULTIMODAL MODELS

ICLR 2026poster

Reinforcement learning (RL) is crucial for aligning Vision-Language Models (VLMs), but its practical application is hampered by significant system-level bottlenecks. The typical RL pipeline, encompassing data loading, inference-based rollouts, and model updates, suffers from severe inefficiencies wh…

Cited by 0SourceScholar
2025

DRTT : A Diffusion-based Framework for 4DCT Generation, Robust Thoracic Registration and Tumor Deformation Tracking

IROS 2025

In minimally invasive robotic thoracic surgery, the unavoidable respiratory motion of the patient causes lung lesions to move and deform, making precise tumor localiza-tion a significant challenge for surgeons. To address this, we introduce an RDDM (Recursive Deformable Diffusion Model)-based framew

Cited by 0SourceScholar
2025

DSP: Dynamic Sequence Parallelism for Multi-Dimensional Transformers

ICML 2025poster

Scaling multi-dimensional transformers to long sequences is indispensable across various domains. However, the challenges of large memory requirements and slow speeds of such sequences necessitate sequence parallelism. All existing approaches fall under the category of embedded sequence parallelism,…

2024

All Languages Matter: On the Multilingual Safety of LLMs

ACL 2024findings

Safety lies at the core of developing and deploying large language models (LLMs). However, previous safety benchmarks only concern the safety in one language, e.g. the majority language in the pretraining data such as English. In this work, we build the first multilingual safety benchmark for LLMs,…

2024

Learning Exhaustive Correlation for Spectral Super-Resolution: Where Spatial-Spectral Attention Meets Linear Dependence

ECCV 2024poster

"Spectral super-resolution that aims to recover hyperspectral image (HSI) from easily obtainable RGB image has drawn increasing interest in the field of computational photography. The crucial aspect of spectral super-resolution lies in exploiting the correlation within HSIs. However, two types of bo…

2024

PlanDQ: Hierarchical Plan Orchestration via D-Conductor and Q-Performer

ICML 2024poster

Despite the recent advancements in offline RL, no unified algorithm could achieve superior performance across a broad range of tasks. Offline *value function learning*, in particular, struggles with sparse-reward, long-horizon tasks due to the difficulty of solving credit assignment and extrapolatio…

2024

SCALE: Self-Correcting Visual Navigation for Mobile Robots via Anti-Novelty Estimation

ICRA 2024poster

Although visual navigation has been extensively studied using deep reinforcement learning, online learning for real-world robots remains a challenging task. Recent work directly learned from offline dataset to achieve broader generalization in the real-world tasks, which, however, faces the out-of-d…

Cited by 2SourcecodeScholar
2023

Learning Steerable Function for Efficient Image Resampling

CVPR 2023poster

Image resampling is a basic technique that is widely employed in daily applications. Existing deep neural networks (DNNs) have made impressive progress in resampling performance. Yet these methods are still not the perfect substitute for interpolation, due to the issues of efficiency and continuous…

Cited by 11SourcePDFScholar
2023

Style Projected Clustering for Domain Generalized Semantic Segmentation

CVPR 2023poster

Existing semantic segmentation methods improve generalization capability, by regularizing various images to a canonical feature space. While this process contributes to generalization, it weakens the representation inevitably. In contrast to existing methods, we instead utilize the difference betwee…

Cited by 40SourcePDFScholar
2023

Toward RAW Object Detection: A New Benchmark and a New Model

CVPR 2023poster

In many computer vision applications (e.g., robotics and autonomous driving), high dynamic range (HDR) data is necessary for object detection algorithms to handle a variety of lighting conditions, such as strong glare. In this paper, we aim to achieve object detection on RAW sensor data, which natur…

Cited by 28SourcePDFScholar
2022

Learning to Model Pixel-Embedded Affinity for Homogeneous Instance Segmentation

AAAI 2022technical

Homogeneous instance segmentation aims to identify each instance in an image where all interested instances belong to the same category, such as plant leaves and microscopic cells. Recently, proposal-free methods, which straightforwardly generate instance-aware information to group pixels into diffe…

2022

MuLUT: Cooperating Multiple Look-Up Tables for Efficient Image Super-Resolution

ECCV 2022poster

"The high-resolution screen of edge devices stimulates a strong demand for efficient image super-resolution (SR). An emerging research, SR-LUT, responds to this demand by marrying the look-up table (LUT) with learning-based SR methods. However, the size of a single LUT grows exponentially with the i…

Cited by 39SourcePDFScholar
2022

TA-MoE: Topology-Aware Large Scale Mixture-of-Expert Training

NeurIPS 2022accept

Sparsely gated Mixture-of-Expert (MoE) has demonstrated its effectiveness in scaling up deep neural networks to an extreme scale. Despite that numerous efforts have been made to improve the performance of MoE from the model design or system optimization perspective, existing MoE dispatch patterns ar…

2022

Towards Real-World HDRTV Reconstruction: A Data Synthesis-Based Approach

ECCV 2022poster

"Existing deep learning based HDRTV reconstruction methods assume one kind of tone mapping operators (TMOs) as the degradation procedure to synthesize SDRTV-HDRTV pairs for supervised training. In this paper, we argue that, although traditional TMOs exploit efficient dynamic range compression priors…