← Search

Kaichao You

10 accepted papers

2024

Efficient ConvBN Blocks for Transfer Learning and Beyond

ICLR 2024spotlight

Convolution-BatchNorm (ConvBN) blocks are integral components in various computer vision tasks and other domains. A ConvBN block can operate in three modes: Train, Eval, and Deploy. While the Train mode is indispensable for training models from scratch, the Eval mode is suitable for transfer learnin…

2023

Test-Time Training-Free Domain Adaptation

ICASSP 2023accepted

Deploying deep learning models to new environments is very challenging. Domain adaptation (DA) is a promising paradigm to solve the problem by collecting and adapting to unlabeled data in new environments. Though research efforts have led to steady performance improvement over the past decade, DA al…

Cited by 0SourceScholar
2022

TimeReplayer: Unlocking the Potential of Event Cameras for Video Interpolation

CVPR 2022poster

Recording fast motion in a high FPS (frame-per-second) requires expensive high-speed cameras. As an alternative, interpolating low-FPS videos from commodity cameras has attracted significant attention. If only low-FPS videos are available, motion assumptions (linear or quadratic) are necessary to in…

Cited by 37PDFScholar
2022

Video Interpolation by Event-Driven Anisotropic Adjustment of Optical Flow

ECCV 2022poster

"Video frame interpolation is a challenging task due to the ever-changing real-world scene. Previous methods often calculate the bi-directional optical flows and then predict the intermediate optical flows under the linear motion assumptions, leading to isotropic intermediate flow generation. Follow…

Cited by 15SourcePDFScholar
2021

LogME: Practical Assessment of Pre-trained Models for Transfer Learning

ICML 2021spotlight

This paper studies task adaptive pre-trained model selection, an underexplored problem of assessing pre-trained models for the target task and select best ones from the model zoo \emph{without fine-tuning}. A few pilot works addressed the problem in transferring supervised pre-trained models to clas…

2019

Learning to Transfer Examples for Partial Domain Adaptation

CVPR 2019poster

Domain adaptation is critical for learning in new and unseen environments. With domain adversarial training, deep networks can learn disentangled and transferable features that effectively diminish the dataset shift between the source and target domains for knowledge transfer. In the era of Big Data…

Cited by 354PDFScholar
2019

Towards Accurate Model Selection in Deep Unsupervised Domain Adaptation

ICML 2019oral

Deep unsupervised domain adaptation (Deep UDA) methods successfully leverage rich labeled data in a source domain to boost the performance on related but unlabeled data in a target domain. However, algorithm comparison is cumbersome in Deep UDA due to the absence of accurate and standardized model s…