This repository contains the LaTeX source and supporting files for my Master's thesis, "Hypergraph-driven Semi-Supervised Learning Approaches for Variants of SVMs", completed at the South Asian University under the supervision of Dr. Reshma Rastogi.
You can download the compiled thesis PDF here.
DOI: Research Gate
Blog post discussing project and my contribution: Medium
The thesis explores two novel semi-supervised frameworks:
- Improved Hypergraph Laplacian Support Vector Machine (IHLSVM): Combines Laplacian and hypergraph representations to enhance pairwise and higher-order interactions for robust pattern classification.
- Hypergraph Regularized Semi-Supervised Least Squares Twin Support Vector Machine (HMLLSTSVM): A multilabel learning framework leveraging hypergraph Laplacians and least-squares loss, particularly effective for sparse label scenarios.
The proposed methods excel in real-world tasks such as:
- Medical diagnosis
- Text classification
- Image annotation
- Novel Algorithms: IHLSVM and HMLLSTSVM.
- Benchmark Evaluations: Validated on standard datasets like Emotions, Flags, Image, and Yeast.
- State-of-the-Art Comparisons: Demonstrates superior classification and multilabel learning performance.
disssertation_main.tex: LaTeX source for the thesis.figures/: Figures used in the thesis.bibliography.bib: Bibliography file for references.output/: Directory for compiled PDF output.
To compile the LaTeX source, ensure you have:
- A LaTeX distribution (e.g., TeX Live, MiKTeX).
- A LaTeX editor (e.g., Overleaf, Texmaker).
- Clone the repository:
git clone https://github.com/devn913/master-thesis cd master-thesis - Compile the LaTeX file:
pdflatex disssertation_main.tex bibtex disssertation_main pdflatex disssertation_main.tex pdflatex disssertation_main.tex
- Alternatively, use Overleaf for online editing and compilation.
- R. Rastogi and D. Nirwal , “Hypergraph Regularized Semi-Supervised Least Squares Twin Support Vector Machine for Multilabel Classification,” Lecture Notes in Computer Science, Dec. 2024. (ICPR)
- R. Rastogi and D. Nirwal, “Improved Hypergraph Laplacian Based Semi-Supervised Support Vector Machine,” Lecture Notes in Computer Science, Dec. 2024. (ICPR)
| Dataset | Instances | Features | Labels | Cardinality |
|---|---|---|---|---|
| Emotions | 593 | 72 | 6 | 1.87 |
| Flags | 194 | 19 | 7 | 3.392 |
| Image | 2000 | 294 | 5 | 1.24 |
| Yeast | 2417 | 103 | 14 | 4.24 |
| Birds | 645 | 260 | 19 | 2.08 |
| CAL500 | 502 | 68 | 174 | 26.04 |
| Enron | 1702 | 1001 | 53 | 3.38 |
| Scene | 2407 | 294 | 6 | 1.07 |
- IHLSVM: Outperforms existing methods for binary and multi-class classification.
- HMLLSTSVM: Achieves state-of-the-art results in multilabel learning with sparse data.
This project is licensed under the MIT. See the LICENSE file for details.
Special thanks to:
- Dr. Reshma Rastogi, my supervisor, for her invaluable guidance.
- My colleagues and labmates for their constant support.
- Laboratory: Machine Learning and Statisical Inference (MLSI)
Dev Nirwal
Your GitHub Profile