← Search

Siyu Huang

23 accepted papers

2026

HAD: Hallucination-Aware Diffusion Priors for 3D Reconstruction

CVPR 2026

Diffusion priors have recently demonstrated strong capability in enhancing the quality of sparse-view 3D reconstruction by augmenting training views at novel viewpoints, but they inevitably introduce hallucinated content-- artifacts inconsistent with the input views -- into the final 3D model. To ad

Cited by 0SourceScholar
2025

AutoAL: Automated Active Learning with Differentiable Query Strategy Search

ICML 2025poster

As deep learning continues to evolve, the need for data efficiency becomes increasingly important. Considering labeling large datasets is both time-consuming and expensive, active learning (AL) provides a promising solution to this challenge by iteratively selecting the most informative subsets of e…

2025

Bézier Splatting for Fast and Differentiable Vector Graphics Rendering

NeurIPS 2025poster

Differentiable vector graphics (VGs) are widely used in image vectorization and vector synthesis, while existing representations are costly to optimize and struggle to achieve high-quality rendering results for high-resolution images. This work introduces a new differentiable VG representation, dubb…

Cited by 0SourceScholar
2025

SoftShadow: Leveraging Soft Masks for Penumbra-Aware Shadow Removal

CVPR 2025poster

Recent advancements in deep learning have yielded promising results for the image shadow removal task. However, most existing methods rely on binary pre-generated shadow masks. The binary nature of such masks could potentially lead to artifacts near the boundary between shadow and non-shadow areas.…

Cited by 0SourcePDFScholar
2024

3DGS-Enhancer: Enhancing Unbounded 3D Gaussian Splatting with View-consistent 2D Diffusion Priors

NeurIPS 2024spotlight

Novel-view synthesis aims to generate novel views of a scene from multiple input images or videos, and recent advancements like 3D Gaussian splatting (3DGS) have achieved notable success in producing photorealistic renderings with efficient pipelines. However, generating high-quality novel views und…

2024

Make a Cheap Scaling: A Self-Cascade Diffusion Model for Higher-Resolution Adaptation

ECCV 2024poster

"Diffusion models have proven to be highly effective in image and video generation; however, they encounter challenges in the correct composition of objects when generating images of varying sizes due to single-scale training data. Adapting large pre-trained diffusion models to higher resolution dem…

2023

QuantArt: Quantizing Image Style Transfer Towards High Visual Fidelity

CVPR 2023poster

The mechanism of existing style transfer algorithms is by minimizing a hybrid loss function to push the generated image toward high similarities in both content and style. However, this type of approach cannot guarantee visual fidelity, i.e., the generated artworks should be indistinguishable from r…

2023

ShadowDiffusion: When Degradation Prior Meets Diffusion Model for Shadow Removal

CVPR 2023poster

Recent deep learning methods have achieved promising results in image shadow removal. However, their restored images still suffer from unsatisfactory boundary artifacts, due to the lack of degradation prior and the deficiency in modeling capacity. Our work addresses these issues by proposing a unifi…

2023

ShadowFormer: Global Context Helps Shadow Removal

AAAI 2023technical

Recent deep learning methods have achieved promising results in image shadow removal. However, most of the existing approaches focus on working locally within shadow and non-shadow regions, resulting in severe artifacts around the shadow boundaries as well as inconsistent illumination between shadow…

2022

AutoGCL: Automated Graph Contrastive Learning via Learnable View Generators

AAAI 2022technical

Contrastive learning has been widely applied to graph representation learning, where the view generators play a vital role in generating effective contrastive samples. Most of the existing contrastive learning methods employ pre-defined view generation methods, e.g., node drop or edge perturbation,…

2022

Boosting Active Learning via Improving Test Performance

AAAI 2022technical

Central to active learning (AL) is what data should be selected for annotation. Existing works attempt to select highly uncertain or informative data for annotation. Nevertheless, it remains unclear how selected data impacts the test performance of the task model used in AL. In this work, we explore…

2022

Parameter-Free Style Projection for Arbitrary Image Style Transfer

ICASSP 2022accepted

Arbitrary image style transfer is a challenging task which aims to stylize a content image conditioned on arbitrary style images. In this task the feature-level content-style transformation plays a vital role for proper fusion of features. Existing feature transformation algorithms often suffer from…

Cited by 0SourceScholar
2021

ArtFlow: Unbiased Image Style Transfer via Reversible Neural Flows

CVPR 2021poster

Universal style transfer retains styles from reference images in content images. While existing methods have achieved state-of-the-art style transfer performance, they are not aware of the content leak phenomenon that the image content may corrupt after several rounds of stylization process. In this…

Cited by 258PDFcodeScholar
2021

Contour Primitive of Interest Extraction Network Based on One-Shot Learning for Object-Agnostic Vision Measurement

ICRA 2021poster

Image contour based vision measurement is widely applied in robot manipulation and industrial automation. It is appealing to realize object-agnostic vision system, which can be conveniently reused for various types of objects. We propose the contour primitive of interest extraction network (CPieNet)…

Cited by 7SourceScholar
2021

Semi-Supervised Active Learning With Temporal Output Discrepancy

ICCV 2021poster

While deep learning succeeds in a wide range of tasks, it highly depends on the massive collection of annotated data which is expensive and time-consuming. To lower the cost of data annotation, active learning has been proposed to interactively query an oracle to annotate a small proportion of infor…

Cited by 87PDFcodeScholar
2020

Generating Person Images with Appearance-aware Pose Stylizer

IJCAI 2020poster

Generation of high-quality person images is challenging, due to the sophisticated entanglements among image factors, e.g., appearance, pose, foreground, background, local details, global structures, etc. In this paper, we present a novel end-to-end framework to generate realistic person images based…

2020

SBAT: Video Captioning with Sparse Boundary-Aware Transformer

IJCAI 2020poster

In this paper, we focus on the problem of applying the transformer structure to video captioning effectively. The vanilla transformer is proposed for uni-modal language generation task such as machine translation. However, video captioning is a multimodal learning problem, and the video features hav…

Cited by 0SourcePDFScholar
2020

Stacked Pooling for Boosting Scale Invariance of Crowd Counting

ICASSP 2020accepted

In this work, we take insight into the dense crowd counting problem by exploring the phenomenon of cross-scale visual similarity caused by perspective distortions. It is a quite common phenomenon in crowd scenarios, suggesting the crowd counting model to enable a good performance of scale invariance…

Cited by 0SourceScholar
2020

TP-LSD: Tri-Points Based Line Segment Detector

ECCV 2020poster

This paper proposes a novel deep convolutional model, Tri-Points Based Line Segment Detector (TP-LSD), to detect line segments in an image at real-time speed. The previous related methods typically use the two-step strategy, relying on either heuristic post-process or extra classifier. To realize on…