# TCS-Net **Repository Path**: junp8/TCS-Net ## Basic Information - **Project Name**: TCS-Net - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-24 - **Last Updated**: 2024-06-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TCS-Net This repository is the `pytorch` code for paper `"From Patch to Pixel: A Transformer-based Hierarchical Framework for Compressive Image Sensing"`. ## 1. Introduction ## **1) Datasets** Training set: [`BSDS500`](https://www2.eecs.berkeley.edu/Research/Projects/CS/vision/grouping/resources.html), testing sets: [`McM18`](https://www4.comp.polyu.edu.hk/~cslzhang/CDM_Dataset.html), [`LIVE29`](http://live.ece.utexas.edu/research/Quality/), [`General100`](http://mmlab.ie.cuhk.edu.hk/projects/FSRCNN.html) and [`OST300`](http://mmlab.ie.cuhk.edu.hk/projects/SFTGAN/). **2)Project structure** ``` (TCS-Net) |-dataset | |-train | |-BSDS500 (.jpg) | |-test | |-McM18 | |-LIVE29 | |-General100 | |-OST300 |-reconstructed_images | |-McM18 | |-grey | |-... (Testing results .png) | |-rgb | |-... (Testing results .png) | |-... (Testing sets) | |-Res_(...).txt |-models | |-__init__.py | |-net.py | |-modules.py |-trained_models | |-1 | |-4 | |-... (Sampling rates) |-config | |-__init__.py | |-config.py | |-loader.py |-test.py |-train.py |-train.sh ``` **3) Competting methods** |Methods|Sources|Year| |:----|:----|:----| | | [Conf. Comput. Vis. Pattern Recog.](https://ieeexplore.ieee.org/document/7780424/) | 2016 | |  | [Proc. Adv. Neural Inf. Process. Syst.](https://dl.acm.org/doi/10.5555/3294771.3294940) | 2017 | |  | [Proc. Adv. Neural Inf. Process. Syst.](https://dl.acm.org/doi/10.5555/3294771.3294940) | 2017 | |  | [Conf. Comput. Vis. Pattern Recog.](https://ieeexplore.ieee.org/document/8578294) | 2018 | |  | [Proc. Int. Conf. Mach. Learn.](http://proceedings.mlr.press/v97/wu19d.html) | 2019 | |  | [Trans. Image Process.](https://ieeexplore.ieee.org/document/8765626/) | 2020 | |  | [Trans. Image Process.](https://ieeexplore.ieee.org/document/9298950) | 2021 | |CSformer| arXiv | 2022 | **4) Performance demonstrates** Visual comparisons of reconstruction images (original images are drawn from dataset `LIVE29`):
