All Projects → PKU-ICST-MIPL → CCL_TMM2018

PKU-ICST-MIPL / CCL_TMM2018

Licence: other
Source code of our TMM 2018 paper "CCL: Cross-modal Correlation Learning with Multi-grained Fusion by Hierarchical Network"

Programming Languages

C++
36643 projects - #6 most used programming language
python
139335 projects - #7 most used programming language
Cuda
1817 projects
CMake
9771 projects
shell
77523 projects
matlab
3953 projects

Introduction

This is the source code of our TMM 2018 paper "CCL: Cross-modal Correlation Learning with Multi-grained Fusion by Hierarchical Network", Please cite the following paper if you use our code.

Yuxin Peng, Jinwei Qi, Xin Huang, and Yuxin Yuan, "CCL: Cross-modal Correlation Learning with Multi-grained Fusion by Hierarchical Network", IEEE Transactions on Multimedia (TMM), Vol. 20, No. 2, pp. 405-420, Feb. 2018. [PDF]

Install

deepnet : please follow ./deepnet-master/INSTALL.txt
caffe : run make in ./caffe-master

Data

all the feature data and list files should be put in ./deepnet-master/deepnet/examples/CCL/feature.
we provide the pascal features and lists we used as an example, which can be download from the link and unzipped to the above path.

Run CCL

- cd to ./deepnet-master/deepnet/examples/CCL and execute runall.sh
- cd to ./caffe-master and execute run_caffe.sh

Our Related Work

If you are interested in cross-media retrieval, you can check our recently published overview paper on IEEE TCSVT:

Yuxin Peng, Xin Huang, and Yunzhen Zhao, "An Overview of Cross-media Retrieval: Concepts, Methodologies, Benchmarks and Challenges", IEEE Transactions on Circuits and Systems for Video Technology (TCSVT), 2017.[PDF]

Welcome to our Benchmark Website and Laboratory Homepage for more information about our papers, source codes, and datasets.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].