PyTorch
deep-learning
vision
File size: 1,163 Bytes
21eddc5
 
 
 
 
 
 
 
 
 
 
 
635cfbc
21eddc5
 
 
dda7597
21eddc5
 
 
 
 
dda7597
6d6a7bb
 
 
 
 
 
360ec46
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
license: mit
library_name: pytorch
tags:
  - deep-learning
  - vision
---

# COOPERTRIM

## Model Description
COOPERTRIM: Adaptive Data Selection for Uncertainty-Aware Cooperative Perception (ICLR 2026)
[![Paper](https://img.shields.io/badge/Paper-ICLR%202026-blue)](https://arxiv.org/abs/2602.13287)

The models starting with "det" are Cooperative 3D detection models for corresponding datasets OPV2V and V2V4REAL.
Rest all other models are Cooperative Segmentation models on OPV2V.
The corresponding configs are found at: https://github.com/UCR-CISL/CooperTrim/tree/master/configs

## How to use
Download the necessary model and place it in the same config folder as config.yaml will be placed for training/inference.

# code here
Github Link: https://github.com/UCR-CISL/CooperTrim 

## Citation

If you use this model in your research, please cite our paper:

```bibtex
@inproceedings{mukhopadhyaycoopertrim,
  title={CooperTrim: Adaptive Data Selection for Uncertainty-Aware Cooperative Perception},
  author={Mukhopadhyay, Shilpa and Roy-Chowdhury, Amit and Qiu, Hang},
  booktitle={The Fourteenth International Conference on Learning Representations}
}