Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DRIFT

We introduce DRIFT, a novel data-driven framework for radio frequency (RF) tomography. The DRIFT framework comprises a cross-model sensing with RF and visual sensors, and incorporates a deep neural network (DNN) for RF sensing trained using a cross-model learning approach. In addition, the framework integrates an environmental change detector and a one-shot fine-tuning module to enable robust tomographic imaging of underground tubers in dynamic environments.

The DRIFT framework.

For data acquisition, we design a testbed named VR-Spin, a cross-modal sensing system equipped with RF and visual sensors. Containers of different sizes are used to hold the soil and tubers and can be easily replaced, thereby accelerating the data collection process.

The cross-modal system.

To assess the performance of the DRIFT framework, we construct a dataset in a dynamic environment and conduct extensive evaluations on it. We have released a portion of the pre-trained models and the corresponding data files in releases, which can be used for performance evaluation.

Prerequisite and Evaluation

Prerequisite

DRIFT is implemented with Python 3.10 and PyTorch 2.1.0. We manage the development environment using Conda. Execute the following commands to configure the development environment.

  • Create a conda environment called DRIFT based on Python 3.10, and activate the environment.
conda create -n DRIFT python=3.10
conda activate DRIFT 

Install PyTorch, as well as other required packages,

  pip3 install torch
  pip3 install scikit-learn==1.0.2
  pip3 install scikit-image==0.19.2

Download or git clone the DRIFT project. Download and unzip Model.zip and GroundTruth.zip in releases to the project directory.

   unzip Model.zip -d [DRIFT root directory]

Visualization

We present example visualizations of our model’s predictions.

           

Evaluation

We use different metrics to quantitatively evaluate the performance of the DRIFT framework in a dynamic environment, as well as that of baseline methods.

resutls.

During data collection, we create dynamic environments (E₂ ~ E₄) on purpose by walking inside the RF sensing area and changing the environmental layout to evaluate the robustness of our method. In our evaluation, we use RSS data from E₁ to build an initial model, which is fine-tuned and evaluated on the rest of the experiments E₂ ~ E₄. Specifically, we use one potato tuber to fine-tune our pretrained model, and use the remaining K ∈ 1,2,3,4 number of tubers in our leave-k-out test to evaluate the performance of our DRIFT framework. The results in the table demonstrate that our model achieves greater robustness compared to baseline methods.

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages