paper-with-me

Papers

Predict then Interpolate: A Simple Algorithm to Learn Stable Classifiers

2021-05-26 · Yujia Bao, Shiyu Chang, Regina Barzilay

We propose Predict then Interpolate (PI), a simple algorithm for learning correlations that are stable across environments. The algorithm follows from the intuition that when using a classifier trained on one environment to make predictions on examples from another environment, its mistakes are informative as to which correlations are unstable. In this work, we prove that by interpolating the distributions of the correct predictions and the wrong predictions, we can uncover an oracle distribution where the unstable correlation vanishes. Since the oracle interpolation coefficients are not accessible, we use group distributionally robust optimization to minimize the worst-case risk across all such interpolations. We evaluate our method on both text classification and image classification. Empirical results demonstrate that our algorithm is able to learn robust classifiers (outperforms IRM by 23.85% on synthetic environments and 12.41% on natural environments). Our code and data are available at https://github.com/YujiaBao/Predict-then-Interpolate.

📄 PDF Abstract BibTeX arXiv:2105.12628

Code (1)

YujiaBao/Predict-then-Interpolate 공식 구현 pytorch

Tasks

image-classificationImage Classificationtext-classificationText Classification

Similar Papers 제목 키워드 기반

Subjective Annotation for a Frame Interpolation Benchmark using Artefact Amplification

2020-01-10 · Hui Men, Vlad Hosu, Hanhe Lin, Andrés Bruhn 외

Current benchmarks for optical flow algorithms evaluate the estimation either directly by comparing the predicted flow fields with the ground truth or indirectly by using the predicted flow fields for frame interpolation…

Image Quality AssessmentOptical Flow EstimationRe-Ranking

H-VFI: Hierarchical Frame Interpolation for Videos with Large Motions

2022-11-21 · Changlin Li, Guangyang Wu, Yanan sun, Xin Tao 외

Capitalizing on the rapid development of neural networks, recent video frame interpolation (VFI) methods have achieved notable improvements. However, they still fall short for real-world videos containing large motions. …

Video Frame Interpolation

Technical Report on Visual Quality Assessment for Frame Interpolation

2019-01-16 · Hui Men, Hanhe Lin, Vlad Hosu, Daniel Maurer 외

Current benchmarks for optical flow algorithms evaluate the estimation quality by comparing their predicted flow field with the ground truth, and additionally may compare interpolated frames, based on these predictions, …

Optical Flow EstimationRe-Ranking

Efficient motion-based metrics for video frame interpolation

2025-08-12 · Conall Daly, Darren Ramsook, Anil Kokaram arxiv

Video frame interpolation (VFI) offers a way to generate intermediate frames between consecutive frames of a video sequence. Although the development of advanced frame interpolation algorithms has received increased atte…

Video Frame Interpolation

Benefit of Interpolation in Nearest Neighbor Algorithms

2019-09-25 · Yue Xing, Qifan Song, Guang Cheng

The over-parameterized models attract much attention in the era of data science and deep learning. It is empirically observed that although these models, e.g. deep neural networks, over-fit the training data, they can st…