← Search

Hwann-Tzong Chen

23 accepted papers

2026

Creat3r: Confidence Reaggregation for Exploration-aware Active 3D Reconstruction

ICML 2026poster

We present Creat3r, an iterative next-best-view (NBV) selection framework for efficient, high-quality 3D reconstruction. Starting from a small seed set of image-pose pairs, Creat3r repeatedly selects the most informative next camera pose. After each pose is chosen, the corresponding image is acquire…

Cited by 0SourceScholar
2026

HSIC Bottleneck for Cross-Generator and Domain-Incremental Synthetic Image Detection

ICLR 2026poster

Synthetic image generators evolve rapidly, challenging detectors to generalize across current methods and adapt to new ones. We study domain-incremental synthetic image detection with a two-phase evaluation. Phase I trains on either diffusion- or GAN-based data and tests on the combined group to qua…

Cited by 0SourceScholar
2025

EigenGS Representation: From Eigenspace to Gaussian Image Space

CVPR 2025poster

Principal Component Analysis (PCA), a classical dimensionality reduction technique, and 2D Gaussian representation, an adaptation of 3D Gaussian Splatting for image representation, offer distinct approaches to modeling visual data. We present EigenGS, a novel method that bridges these paradigms thro…

Cited by 0SourcePDFScholar
2024

Seg2Reg: Differentiable 2D Segmentation to 1D Regression Rendering for 360 Room Layout Reconstruction

CVPR 2024poster

State-of-the-art single-view 360 room layout reconstruction methods formulate the problem as a high-level 1D (per-column) regression task. On the other hand traditional low-level 2D layout segmentation is simpler to learn and can represent occluded regions but it requires complex post-processing for…

2023

Hashing Neural Video Decomposition with Multiplicative Residuals in Space-Time

ICCV 2023poster

We present a video decomposition method that facilitates layer-based editing of videos with spatiotemporally varying lighting and motion effects. Our neural model decomposes an input video into multiple layered representations, each comprising a 2D texture map, a mask for the original video, and a…

Cited by 7PDFcodeScholar
2023

Shape-Guided Dual-Memory Learning for 3D Anomaly Detection

ICML 2023poster

We present a shape-guided expert-learning framework to tackle the problem of unsupervised 3D anomaly detection. Our method is established on the effectiveness of two specialized expert models and their synergy to localize anomalous regions from color and shape modalities. The first expert utilizes g…

Cited by 42SourcePDFScholar
2022

Direct Voxel Grid Optimization: Super-Fast Convergence for Radiance Fields Reconstruction

CVPR 2022oral

We present a super-fast convergence approach to reconstructing the per-scene radiance field from a set of images that capture the scene with known poses. This task, which is often applied to novel view synthesis, is recently revolutionized by Neural Radiance Field (NeRF) for its state-of-the-art qua…

Cited by 1232PDFcodeScholar
2022

Pose Adaptive Dual Mixup for Few-Shot Single-View 3D Reconstruction

AAAI 2022technical

We present a pose adaptive few-shot learning procedure and a two-stage data interpolation regularization, termed Pose Adaptive Dual Mixup (PADMix), for single-image 3D reconstruction. While augmentations via interpolating feature-label pairs are effective in classification tasks, they fall short in…

Cited by 9SourcePDFScholar
2021

DropLoss for Long-Tail Instance Segmentation

AAAI 2021technical

Long-tailed class distributions are prevalent among the practical applications of object detection and instance segmentation. Prior work in long-tail instance segmentation addresses the imbalance of losses between rare and frequent categories by reducing the penalty for a model incorrectly predictin…

2021

Indoor Panorama Planar 3D Reconstruction via Divide and Conquer

CVPR 2021poster

Indoor panorama typically consists of human-made structures parallel or perpendicular to gravity. We leverage this phenomenon to approximate the scene in a 360-degree image with (H)orizontal-planes and (V)ertical-planes. To this end, we propose an effective divide-and-conquer strategy that divides p…

Cited by 16PDFcodeScholar
2021

Specialize and Fuse: Pyramidal Output Representation for Semantic Segmentation

ICCV 2021poster

We present a novel pyramidal output representation to ensure parsimony with our "specialize and fuse" process for semantic segmentation. A pyramidal "output" representation consists of coarse-to-fine levels, where each level is "specialize" in a different class distribution (e.g., more stuff than th…

Cited by 9PDFScholar
2021

Text-Guided Graph Neural Networks for Referring 3D Instance Segmentation

AAAI 2021technical

This paper addresses a new task called referring 3D instance segmentation, which aims to segment out the target instance in a 3D scene given a query sentence. Previous work on scene understanding has explored visual grounding with natural language guidance, yet the emphasis is mostly constrained on…

Cited by 151SourcePDFScholar
2020

Learning Camera-Aware Noise Models

ECCV 2020poster

Modeling imaging sensor noise is a fundamental problem for image processing and computer vision applications. While most previous works adopt statistical noise models, real-world noise is far more complicated and beyond what these models can describe. To tackle this issue, we propose a data-driven a…

2019

COCO-GAN: Generation by Parts via Conditional Coordinating

ICCV 2019oral

Humans can only interact with part of the surrounding environment due to biological restrictions. Therefore, we learn to reason the spatial relationships across a series of observations to piece together the surrounding environment. Inspired by such behavior and the fact that machines also have comp…

Cited by 170PDFcodeScholar
2019

HorizonNet: Learning Room Layout With 1D Representation and Pano Stretch Data Augmentation

CVPR 2019poster

We present a new approach to the problem of estimating the 3D room layout from a single panoramic image. We represent room layout as three 1D vectors that encode, at each image column, the boundary positions of floor-wall and ceiling-wall, and the existence of wall-wall boundary. The proposed networ…

Cited by 231PDFcodeScholar
2019

One-Shot Object Detection with Co-Attention and Co-Excitation

NeurIPS 2019poster

This paper aims to tackle the challenging problem of one-shot object detection. Given a query image patch whose class label is not included in the training data, the goal of the task is to detect all instances of the same class in a target image. To this end, we develop a novel {\em co-attention and…

2019

See-Through-Text Grouping for Referring Image Segmentation

ICCV 2019poster

Motivated by the conventional grouping techniques to image segmentation, we develop their DNN counterpart to tackle the referring variant. The proposed method is driven by a convolutional-recurrent neural network (ConvRNN) that iteratively carries out top-down processing of bottom-up segmentation cu…

Cited by 152PDFScholar
2018

Escaping from Collapsing Modes in a Constrained Space

ECCV 2018poster

Generative adversarial networks (GANs) often suffer from unpredictable mode-collapsing during training. We study the issue of mode collapse of Boundary Equilibrium Generative Adversarial Network (BEGAN), which is one of the state-of-the-art generative models. Despite its potential of generating high…