\n \n \n
\n
\n\n \n \n \n \n \n \n Principal Component Classification.\n \n \n \n \n\n\n \n Dahyot, R.\n\n\n \n\n\n\n Technical Report 2022.\n
\n\n
\n\n
\n\n
\n\n \n \n
Paper\n \n \n\n \n \n doi\n \n \n\n \n link\n \n \n\n bibtex\n \n\n \n \n \n abstract \n \n\n \n \n \n 9 downloads\n \n \n\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n\n\n
\n
@techreport{Dahyot_PCC2022,\n \n author = {Dahyot, Rozenn},\n \n keywords = {Supervised Learning, PCA, classification, metric learning, deep learning, class encoding},\n abstract={We propose to directly compute classification estimates\nby learning features encoded with their class scores. \nOur resulting model has a encoder-decoder structure suitable for supervised learning, it is computationally efficient and performs well for classification on several datasets.},\n\n title = {Principal Component Classification},\n \n publisher = {arXiv},\n \n year = {2022},\n doi = {10.48550/ARXIV.2210.12746},\n \n url = {https://arxiv.org/pdf/2210.12746.pdf},\n \n copyright = {Creative Commons Attribution 4.0 International},\n}\n\n
\n
\n\n\n
\n We propose to directly compute classification estimates by learning features encoded with their class scores. Our resulting model has a encoder-decoder structure suitable for supervised learning, it is computationally efficient and performs well for classification on several datasets.\n
\n\n\n
\n\n\n
\n\n\n
\n
\n\n \n \n \n \n \n \n Improving semantic segmentation with graph-based structural knowledge.\n \n \n \n \n\n\n \n Chopin, J.; Fasquel, J.; Mouchere, H.; Dahyot, R.; and Bloch, I.\n\n\n \n\n\n\n In El Yacoubi, M.; Granger, E.; Yuen, P. C.; Pal, U.; and Vincent, N., editor(s),
Pattern Recognition and Artificial Intelligence, pages 173–184, Paris, France, June 2022. Springer International Publishing\n
hal-03633029\n\n
\n\n
\n\n
\n\n \n \n
Paper\n \n \n\n \n \n doi\n \n \n\n \n link\n \n \n\n bibtex\n \n\n \n \n \n abstract \n \n\n \n \n \n 2 downloads\n \n \n\n \n \n \n \n \n \n \n\n \n \n \n\n\n\n
\n
@inproceedings{ChopinICPRAI2022a,\ntitle={Improving semantic segmentation with graph-based structural knowledge},\nauthor={J. Chopin and J.-B. Fasquel and H. Mouchere and R. Dahyot and I. Bloch},\nabstract={Deep learning based pipelines for semantic segmentation often\nignore structural information available on annotated images used for\ntraining. We propose a novel post-processing module enforcing structural\nknowledge about the objects of interest to improve segmentation\nresults provided by deep learning. This module corresponds to a “manyto-\none-or-none” inexact graph matching approach, and is formulated as\na quadratic assignment problem. Using two standard measures for evaluation,\nwe show experimentally that our pipeline for segmentation of\n3D MRI data of the brain outperforms the baseline CNN (U-Net) used\nalone. In addition, our approach is shown to be resilient to small training\ndatasets that often limit the performance of deep learning.},\ndoi={10.1007/978-3-031-09037-0_15},\nurl= {https://hal.inria.fr/hal-03633029}, \nnote={hal-03633029},\nbooktitle={Pattern Recognition and Artificial Intelligence},\nyear={2022},\npublisher={Springer International Publishing},\neditor={El Yacoubi, Moun{\\^i}m\nand Granger, Eric\nand Yuen, Pong Chi\nand Pal, Umapada\nand Vincent, Nicole},\nmonth={June},\nHAL_ID = {hal-03633029},\naddress={Paris, France},\nisbn={978-3-031-09037-0},\npages={173--184},\n}
\n
\n\n\n
\n Deep learning based pipelines for semantic segmentation often ignore structural information available on annotated images used for training. We propose a novel post-processing module enforcing structural knowledge about the objects of interest to improve segmentation results provided by deep learning. This module corresponds to a “manyto- one-or-none” inexact graph matching approach, and is formulated as a quadratic assignment problem. Using two standard measures for evaluation, we show experimentally that our pipeline for segmentation of 3D MRI data of the brain outperforms the baseline CNN (U-Net) used alone. In addition, our approach is shown to be resilient to small training datasets that often limit the performance of deep learning.\n
\n\n\n
\n\n\n
\n
\n\n \n \n \n \n \n \n QAP Optimisation with Reinforcement Learning for Faster Graph Matching in Sequential Semantic Image Analysis.\n \n \n \n \n\n\n \n Chopin, J.; Fasquel, J.; Mouchere, H.; Dahyot, R.; and Bloch, I.\n\n\n \n\n\n\n In El Yacoubi, M.; Granger, E.; Yuen, P. C.; Pal, U.; and Vincent, N., editor(s),
Pattern Recognition and Artificial Intelligence, pages 47–58, Paris, France, June 2022. Springer International Publishing\n
hal-03633036\n\n
\n\n
\n\n
\n\n \n \n
Paper\n \n \n\n \n \n doi\n \n \n\n \n link\n \n \n\n bibtex\n \n\n \n \n \n abstract \n \n\n \n \n \n 1 download\n \n \n\n \n \n \n \n \n \n \n\n \n \n \n\n\n\n
\n
@inproceedings{ChopinICPRAI2022b,\ntitle={QAP Optimisation with Reinforcement Learning for Faster Graph Matching in Sequential Semantic Image Analysis},\nauthor={J. Chopin and J.-B. Fasquel and H. Mouchere and R. Dahyot and I. Bloch},\nabstract={The paper addresses the fundamental task of semantic image\nanalysis by exploiting structural information (spatial relationships\nbetween image regions). We propose to perform such semantic image\nanalysis by combining a deep neural network (CNN) with graph matching\nwhere graphs encode efficiently structural information related to regions\nsegmented by the CNN. Our novel approach solves the quadratic assignment\nproblem (QAP) sequentially for matching graphs. The optimal\nsequence for graph matching is conveniently defined using reinforcementlearning\n(RL) based on the region membership probabilities produced by\nthe CNN and their structural relationships. Our RL based strategy for\nsolving QAP sequentially allows us to significantly reduce the combinatioral\ncomplexity for graph matching. Preliminary experiments are performed\non both a synthetic dataset and a public dataset dedicated to the\nsemantic segmentation of face images. Results show that the proposed\nRL-based ordering dramatically outperforms random ordering, and that\nour strategy is about 386 times faster than a global QAP-based approach,\nwhile preserving similar segmentation accuracy.},\npublisher={Springer International Publishing},\neditor={El Yacoubi, Moun{\\^i}m\nand Granger, Eric\nand Yuen, Pong Chi\nand Pal, Umapada\nand Vincent, Nicole},\nisbn={978-3-031-09037-0},\ndoi={10.1007/978-3-031-09037-0_5},\nurl= {https://hal.inria.fr/hal-03633036/}, \nnote={hal-03633036},\nbooktitle={Pattern Recognition and Artificial Intelligence},\nyear={2022},\nmonth={June},\npages={47--58},\naddress={Paris, France},\n}
\n
\n\n\n
\n The paper addresses the fundamental task of semantic image analysis by exploiting structural information (spatial relationships between image regions). We propose to perform such semantic image analysis by combining a deep neural network (CNN) with graph matching where graphs encode efficiently structural information related to regions segmented by the CNN. Our novel approach solves the quadratic assignment problem (QAP) sequentially for matching graphs. The optimal sequence for graph matching is conveniently defined using reinforcementlearning (RL) based on the region membership probabilities produced by the CNN and their structural relationships. Our RL based strategy for solving QAP sequentially allows us to significantly reduce the combinatioral complexity for graph matching. Preliminary experiments are performed on both a synthetic dataset and a public dataset dedicated to the semantic segmentation of face images. Results show that the proposed RL-based ordering dramatically outperforms random ordering, and that our strategy is about 386 times faster than a global QAP-based approach, while preserving similar segmentation accuracy.\n
\n\n\n
\n\n\n
\n
\n\n \n \n \n \n \n \n DR-VNet: Retinal Vessel Segmentation via Dense Residual UNet.\n \n \n \n \n\n\n \n Karaali, A.; Dahyot, R.; and Sexton, D. J.\n\n\n \n\n\n\n In El Yacoubi, M.; Granger, E.; Yuen, P. C.; Pal, U.; and Vincent, N., editor(s),
Pattern Recognition and Artificial Intelligence, volume abs/2111.04739, Paris, France, June 2022. Springer International Publishing\n
Github https://github.com/alikaraali/DR-VNet, ArXivDOI:10.48550/arXiv.2111.04739\n\n
\n\n
\n\n
\n\n \n \n
Paper\n \n \n\n \n \n doi\n \n \n\n \n link\n \n \n\n bibtex\n \n\n \n \n \n abstract \n \n\n \n \n \n 3 downloads\n \n \n\n \n \n \n \n \n \n \n\n \n \n \n\n\n\n
\n
@inproceedings{karaali2022drvnet,\n title={DR-VNet: Retinal Vessel Segmentation via Dense Residual UNet}, \n author={Ali Karaali and Rozenn Dahyot and Donal J. Sexton},\n year={2022},\n\t booktitle={Pattern Recognition and Artificial Intelligence},\n\t doi={10.1007/978-3-031-09037-0_17},\n\t note={Github https://github.com/alikaraali/DR-VNet, ArXivDOI:10.48550/arXiv.2111.04739},\n\t url= {https://arxiv.org/pdf/2111.04739.pdf}, \n\t abstract={Accurate retinal vessel segmentation is an important task for many computer-aided diagnosis systems. Yet, it is still a challenging problem due to the complex vessel structures of an eye. Numerous vessel segmentation methods have been proposed recently, however more research is needed to deal with poor segmentation of thin and tiny vessels. To address this, we propose a new deep learning pipeline combining the efficiency of residual dense net blocks and, residual squeeze and excitation blocks. We validate experimentally our approach on three datasets and show that our pipeline outperforms current state of the art techniques on the sensitivity metric relevant to assess capture of small vessels.},\n\t publisher={Springer International Publishing},\neditor={El Yacoubi, Moun{\\^i}m\nand Granger, Eric\nand Yuen, Pong Chi\nand Pal, Umapada\nand Vincent, Nicole},\nisbn={978-3-031-09037-0},\n volume= {abs/2111.04739},\n\t month={June},\naddress={Paris, France},\n archivePrefix={arXiv},\n primaryClass={eess.IV}\n}\n
\n
\n\n\n
\n Accurate retinal vessel segmentation is an important task for many computer-aided diagnosis systems. Yet, it is still a challenging problem due to the complex vessel structures of an eye. Numerous vessel segmentation methods have been proposed recently, however more research is needed to deal with poor segmentation of thin and tiny vessels. To address this, we propose a new deep learning pipeline combining the efficiency of residual dense net blocks and, residual squeeze and excitation blocks. We validate experimentally our approach on three datasets and show that our pipeline outperforms current state of the art techniques on the sensitivity metric relevant to assess capture of small vessels.\n
\n\n\n
\n\n\n\n\n\n