ISALux: Illumination and Segmentation Aware Transformer Employing Mixture of Experts for Low Light Image Enhancement
Paper β’ 2508.17885 β’ Published β’ 1
How to use raulbalmez/ISALux with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("image-to-image", model="raulbalmez/ISALux") # Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("raulbalmez/ISALux", dtype="auto")π©βπ» Authors:
Raul Balmez, Alexandru Brateanu, Ciprian Orhei, Codruta Ancuti, Cosmin Ancuti
We introduce ISALux, a novel transformer-based approach for Low-Light Image Enhancement (LLIE) that integrates both illumination and semantic priors.
β¨ Key contributions:
Extensive experiments on multiple benchmarks demonstrate state-of-the-art performance.
Ablation studies highlight the role of each proposed component.
@misc{balmez2025isaluxilluminationsegmentationaware,
title={ISALux: Illumination and Segmentation Aware Transformer Employing Mixture of Experts for Low Light Image Enhancement},
author={Raul Balmez and Alexandru Brateanu and Ciprian Orhei and Codruta Ancuti and Cosmin Ancuti},
year={2025},
eprint={2508.17885},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2508.17885},
}