Guillermo Pinto commited on
Commit
0d7d937
·
verified ·
1 Parent(s): 842e256

feat: added citation for original dataset and our research papers

Browse files
Files changed (1) hide show
  1. README.md +30 -1
README.md CHANGED
@@ -287,5 +287,34 @@ The clinical metadata includes sensitive personal and medical information such a
287
 
288
  ## Additional Information
289
 
290
- ### Citation Information - TODO
291
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
287
 
288
  ## Additional Information
289
 
290
+ ### Citation Information
291
 
292
+ **Dataset paper**
293
+
294
+ ```bibtex
295
+ @article{silva2014new,
296
+ title={A new database for breast research with infrared image},
297
+ author={Silva, LF and Saade, DCM and Sequeiros, GO and Silva, AC and Paiva, AC and Bravo, R de S and Conci, Aura},
298
+ journal={Journal of Medical Imaging and Health Informatics},
299
+ volume={4},
300
+ number={1},
301
+ pages={92--100},
302
+ year={2014},
303
+ publisher={American Scientific Publishers}
304
+ }
305
+ ```
306
+
307
+ **Our research paper**
308
+
309
+ ```bibtex
310
+ @INPROCEEDINGS{pintobreastcatt,
311
+ author={Pinto, Guillermo and León, Julián and Quintero, Brayan and Villamizar, Dana and Rueda-Chacón, Hoover},
312
+ booktitle={2025 IEEE Colombian Conference on Applications of Computational Intelligence (ColCACI)},
313
+ title={Multimodal Vision-Language Transformer for Thermography Breast Cancer Classification},
314
+ year={2025},
315
+ volume={},
316
+ number={},
317
+ pages={1-6},
318
+ keywords={Sensitivity;Translation;Mortality;Infrared imaging;Medical services;Metadata;Transformers;Breast cancer;Standards;Periodic structures;Breast cancer;deep learning;thermography;vision-language transformer;clinical metadata;cross-attention},
319
+ doi={10.1109/ColCACI67437.2025.11230909}}
320
+ ```