This repository contains the implementation of the paper: "Generalized Matrix Local Low Rank Representation by Random Projection and Submatrix Propagation".
- Introduction
- Requirements
- Installation
- Usage
- Citation
- Contributing
- License
- Contact
This project implements the algorithm described in the paper "Generalized Matrix Local Low Rank Representation by Random Projection and Submatrix Propagation". The goal is to provide an efficient and scalable method for matrix decomposition and representation.
The required dependencies are listed in the requirements.yml file. You can create a conda environment with these dependencies.
To set up the environment and install the required dependencies, follow these steps:
-
Clone the repository:
git clone https://github.com/ptdang1001/RPSP.git cd RPSP -
Create a conda environment using the
requirements.ymlfile:conda env create -f requirements.yml
-
Activate the environment:
conda activate rpsp
To run the code, use the following command:
python main.pyMake sure to customize any parameters or configurations in the main.py file as needed for your specific use case.
If you use this code in your research, please cite the following paper:
@inproceedings{dang2023generalized,
title={Generalized Matrix Local Low Rank Representation by Random Projection and Submatrix Propagation},
author={Dang, Pengtao and Zhu, Haiqi and Guo, Tingbo and Wan, Changlin and Zhao, Tong and Salama, Paul and Wang, Yijie and Cao, Sha and Zhang, Chi},
booktitle={Proceedings of the 29th ACM SIGKDD Conference on Knowledge Discovery and Data Mining},
pages={390--401},
year={2023}
}
Contributions are welcome! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch). - Make your changes.
- Commit your changes (
git commit -m 'Add some feature'). - Push to the branch (
git push origin feature-branch). - Open a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
For any questions or issues, please contact zhangchi@ohsu.edu/dangpe@ohsu.edu