File size: 2,246 Bytes
4788f1a
 
 
 
 
 
 
 
 
 
 
e6dfc4e
 
36d6ba6
e6dfc4e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
language:
  - en
tags:
  - image-classification
license: mit
datasets:
  - imagenet
---


# Change Detection Models for National Infrastructure Monitoring

This repository contains a collection of Fine-tuned change detection models developed by Team-1 from San Jose State University as part of the National Infrastructure Monitoring project.

## Models and Contributors

Our team has implemented several state-of-the-art change detection models:

1. **ChangeViT**: Built by Nihar
   - Combines Vision Transformer (ViT) and CNN architectures
   - Excels at detecting both large-scale and fine-grained changes
   - [Nihar's LinkedIn](https://www.linkedin.com/in/nihar-palem-1b955a183/)

2. **BITCD**: Developed by Charishma
   - Uses a transformer-based approach for advanced change detection
   - Processes images as compact token sets for improved efficiency
   - [Charishma's LinkedIn](https://www.linkedin.com/in/sai-charishma-kurmala-080983128/)

3. **ChangeFormer**: Implemented by Keerthana
   - Transformer-based architecture for satellite imagery change detection
   - Captures long-range spatial and temporal dependencies
   - [Keerthana's LinkedIn](https://www.linkedin.com/in/keerthana-raskatla-1573781a4/)

4. **Multi-Modal Adaptation Network**: Content generation by Anbu
   - Combines optical and SAR imagery for robust change detection
   - Utilizes domain adaptation to align features from different image types
   - [Anbu's LinkedIn](https://www.linkedin.com/in/anbuvalluvan/)

5. **Siamese Nested UNet**: Developed by Harika
   - Combines Siamese network and U-Net architectures
   - Excels at image comparison tasks for change detection
   - [Harika's LinkedIn](https://www.linkedin.com/in/harika-boyina/)

## Key Features

- Advanced change detection capabilities for high-resolution satellite imagery
- Utilization of transformer-based approaches for capturing long-range relationships
- Efficient processing of large-scale datasets
- Combination of multiple imaging modalities for improved accuracy
- Scalability to handle various image sizes and resolutions

These models represent cutting-edge approaches in remote sensing and change detection, specifically tailored for national infrastructure monitoring applications.