← Search

Chih-Yao Ma

18 accepted papers

2025

LinGen: Towards High-Resolution Minute-Length Text-to-Video Generation with Linear Computational Complexity

CVPR 2025poster

Text-to-video generation enhances content creation but is highly computationally intensive: The computational cost of Diffusion Transformers (DiTs) scales quadratically in the number of pixels. This makes minute-length video generation extremely expensive, limiting most existing models to generatin…

2024

ControlRoom3D: Room Generation using Semantic Proxy Rooms

CVPR 2024poster

Manually creating 3D environments for AR/VR applications is a complex process requiring expert knowledge in 3D modeling software. Pioneering works facilitate this process by generating room meshes conditioned on textual style descriptions. Yet many of these automatically generated 3D meshes do not a…

Cited by 31SourcePDFScholar
2024

Taming Latent Diffusion Model for Neural Radiance Field Inpainting

ECCV 2024poster

"Neural Radiance Field (NeRF) is a representation for 3D reconstruction from multi-view images. Despite some recent work showing preliminary success in editing a reconstructed NeRF with diffusion prior, they remain struggling to synthesize reasonable geometry in completely uncovered regions. One maj…

Cited by 10SourcePDFScholar
2023

RoPAWS: Robust Semi-supervised Representation Learning from Uncurated Data

ICLR 2023poster

Semi-supervised learning aims to train a model using limited labels. State-of-the-art semi-supervised methods for image classification such as PAWS rely on self-supervised representations learned with large-scale unlabeled but curated data. However, PAWS is often less effective when using real-world…

2023

Trainable Projected Gradient Method for Robust Fine-Tuning

CVPR 2023poster

Recent studies on transfer learning have shown that selectively fine-tuning a subset of layers or customizing different learning rates for each layer can greatly improve robustness to out-of-distribution (OOD) data and retain generalization capability in the pre-trained models. However, most of thes…

2022

Cross-Domain Adaptive Teacher for Object Detection

CVPR 2022poster

We address the task of domain adaptation in object detection, where there is a domain gap between a domain with annotations (source) and a domain of interest without annotations (target). As an effective semi-supervised learning method, the teacher-student framework (a student model is supervised by…

Cited by 233PDFcodeScholar
2022

Open-Set Semi-Supervised Object Detection

ECCV 2022poster

"Recent developments for Semi-Supervised Object Detection (SSOD) have shown the promise of leveraging unlabeled data to improve an object detector. However, thus far these methods have assumed that the unlabeled data does not contain out-of-distribution (OOD) classes, which is unrealistic with large…

Cited by 30SourcePDFScholar
2022

Polyhistor: Parameter-Efficient Multi-Task Adaptation for Dense Vision Tasks

NeurIPS 2022accept

Adapting large-scale pretrained models to various downstream tasks via fine-tuning is a standard method in machine learning. Recently, parameter-efficient fine-tuning methods have shown promise in adapting a pretrained model to different tasks while training only a few parameters. Despite their succ…

Cited by 55SourcePDFScholar
2022

Unbiased Teacher v2: Semi-Supervised Object Detection for Anchor-Free and Anchor-Based Detectors

CVPR 2022poster

With the recent development of Semi-Supervised Object Detection (SS-OD) techniques, object detectors can be improved by using a limited amount of labeled data and abundant unlabeled data. However, there are still two challenges that are not addressed: (1) there is no prior SS-OD work on anchor-free…

Cited by 141PDFcodeScholar
2021

Hierarchical Cross-Modal Agent for Robotics Vision-and-Language Navigation

ICRA 2021poster

Deep Learning has revolutionized our ability to solve complex problems such as Vision-and-Language Navigation (VLN). This task requires the agent to navigate to a goal purely based on visual sensory inputs given natural language instructions. However, prior works formulate the problem as a navigatio…

Cited by 71SourcecodeScholar
2021

Unbiased Teacher for Semi-Supervised Object Detection

ICLR 2021poster

Semi-supervised learning, i.e., training networks with both labeled and unlabeled data, has made significant progress recently. However, existing works have primarily focused on image classification tasks and neglected object detection which requires more annotation effort. In this work, we revisit…

2020

FeatMatch: Feature-Based Augmentation for Semi-Supervised Learning

ECCV 2020poster

Recent state-of-the-art semi-supervised learning (SSL) methods use a combination of image-based transformations and consistency regularization as core components. Such methods, however, are limited to simple transformations such as traditional data augmentation or convex combinations of two images.…

Cited by 162SourcePDFScholar
2020

Learning to Generate Grounded Visual Captions without Localization Supervision

ECCV 2020poster

When automatically generating a sentence description for an image or video, it often remains unclear how well the generated caption is grounded, that is whether the model uses the correct image regions to output particular words, or if the model is hallucinating based on priors in the dataset and/or…

2020

Who2com: Collaborative Perception via Learnable Handshake Communication

ICRA 2020poster

In this paper, we propose the problem of collaborative perception, where robots can combine their local observations with those of neighboring agents in a learnable way to improve accuracy on a perception task. Unlike existing work in robotics and multi-agent reinforcement learning, we formulate the…

Cited by 180SourceScholar
2019

AdaFrame: Adaptive Frame Selection for Fast Video Recognition

CVPR 2019poster

We present AdaFrame, a framework that adaptively selects relevant frames on a per-input basis for fast video recognition. AdaFrame contains a Long Short-Term Memory network augmented with a global memory that provides context information for searching which frames to use over time. Trained with poli…

Cited by 258PDFScholar
2019

Self-Monitoring Navigation Agent via Auxiliary Progress Estimation

ICLR 2019poster

The Vision-and-Language Navigation (VLN) task entails an agent following navigational instruction in photo-realistic unknown environments. This challenging task demands that the agent be aware of which instruction was completed, which instruction is needed next, which way to go, and its navigation p…

2019

The Regretful Agent: Heuristic-Aided Navigation Through Progress Estimation

CVPR 2019oral

As deep learning continues to make progress for challenging perception tasks, there is increased interest in combining vision, language, and decision-making. Specifically, the Vision and Language Navigation (VLN) task involves navigating to a goal purely from language instructions and visual informa…

Cited by 205PDFcodeScholar
2018

Attend and Interact: Higher-Order Object Interactions for Video Understanding

CVPR 2018poster

Human actions often involve complex interactions across several inter-related objects in the scene. However, existing approaches to fine-grained video understanding or visual relationship detection often rely on single object representation or pairwise object relationships. Furthermore, learning int…