paper-with-me

Papers

REBAR: Retrieval-Based Reconstruction for Time-series Contrastive Learning

2023-11-01 · Maxwell A. Xu, Alexander Moreno, Hui Wei, Benjamin M. Marlin, James M. Rehg

The success of self-supervised contrastive learning hinges on identifying positive data pairs, such that when they are pushed together in embedding space, the space encodes useful information for subsequent downstream tasks. Constructing positive pairs is non-trivial as the pairing must be similar enough to reflect a shared semantic meaning, but different enough to capture within-class variation. Classical approaches in vision use augmentations to exploit well-established invariances to construct positive pairs, but invariances in the time-series domain are much less obvious. In our work, we propose a novel method of using a learned measure for identifying positive pairs. Our Retrieval-Based Reconstruction (REBAR) measure measures the similarity between two sequences as the reconstruction error that results from reconstructing one sequence with retrieved information from the other. Then, if the two sequences have high REBAR similarity, we label them as a positive pair. Through validation experiments, we show that the REBAR error is a predictor of mutual class membership. Once integrated into a contrastive learning framework, our REBAR method learns an embedding that achieves state-of-the-art performance on downstream tasks across various modalities.

📄 PDF Abstract BibTeX arXiv:2311.00519

Code (1)

maxxu05/rebar 공식 구현 pytorch

Tasks

Contrastive LearningRetrievalTime Series

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

An Innovative Approach to Determine Rebar Depth and Size by Comparing GPR Data with a Theoretical Database

2020-05-19 · Zhongming Xiang, Ge Ou, Abbas Rashidi

Ground penetrating radar (GPR) is an efficient technique used for rapidly recognizing embedded rebar in concrete structures. However, due to the difficulty in extracting signals from GPR data and the intrinsic coupling b…

GPR

Predicting Rebar Endpoints using Sin Exponential Regression Model

2021-10-18 · Jong-Chan Park, Hye-Youn Lim, Dae-Seong Kang

Currently, unmanned automation studies are underway to minimize the loss rate of rebar production and the time and accuracy of calibration when producing defective products in the cutting process of processing rebar fact…

modelPositionPredictionregression

An Improved Convolutional Neural Network System for Automatically Detecting Rebar in GPR Data

2019-07-23 · Zhongming Xiang, Abbas Rashidi, Ge, Ou

As a mature technology, Ground Penetration Radar (GPR) is now widely employed in detecting rebar and other embedded elements in concrete structures. Manually recognizing rebar from GPR data is a time-consuming and error-…

GPR

An Autoencoder Architecture for L-band Passive Microwave Retrieval of Landscape Freeze-Thaw Cycle

2024-07-04 · Divya Kumawat, Ardeshir Ebtehaj, Xiaolan Xu, Andreas Colliander 외

Estimating the landscape and soil freeze-thaw (FT) dynamics in the Northern Hemisphere is crucial for understanding permafrost response to global warming and changes in regional and global carbon budgets. A new framework…

Anomaly DetectionRetrievalTime SeriesTime Series Anomaly Detection

DACR: Distribution-Augmented Contrastive Reconstruction for Time-Series Anomaly Detection

2024-01-20 · Lixu Wang, Shichao Xu, Xinyu Du, Qi Zhu

Anomaly detection in time-series data is crucial for identifying faults, failures, threats, and outliers across a range of applications. Recently, deep learning techniques have been applied to this topic, but they often …

Anomaly DetectionContrastive LearningTime SeriesTime Series Anomaly Detection