<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="static/style.xsl"?><OAI-PMH xmlns="http://www.openarchives.org/OAI/2.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/ http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd"><responseDate>2026-09-09T20:14:27Z</responseDate><request verb="GetRecord" identifier="oai:gredos.usal.es:10366/170077" metadataPrefix="didl">https://gredos.usal.es/oai/request</request><GetRecord><record><header><identifier>oai:gredos.usal.es:10366/170077</identifier><datestamp>2026-02-27T06:15:11Z</datestamp><setSpec>com_10366_4756</setSpec><setSpec>com_10366_4746</setSpec><setSpec>com_10366_3823</setSpec><setSpec>com_10366_4386</setSpec><setSpec>com_10366_4349</setSpec><setSpec>com_10366_3946</setSpec><setSpec>com_10366_143091</setSpec><setSpec>com_10366_123103</setSpec><setSpec>col_10366_68520</setSpec><setSpec>col_10366_4394</setSpec><setSpec>col_10366_143097</setSpec></header><metadata><d:DIDL xmlns:d="urn:mpeg:mpeg21:2002:02-DIDL-NS" xmlns:doc="http://www.lyncode.com/xoai" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:mpeg:mpeg21:2002:02-DIDL-NS http://standards.iso.org/ittf/PubliclyAvailableStandards/MPEG-21_schema_files/did/didl.xsd">
<d:DIDLInfo>
<dcterms:created xmlns:dcterms="http://purl.org/dc/terms/" xsi:schemaLocation="http://purl.org/dc/terms/ http://dublincore.org/schemas/xmls/qdc/dcterms.xsd">2026-02-25T11:54:01Z</dcterms:created>
</d:DIDLInfo>
<d:Item id="hdl_10366_170077">
<d:Descriptor>
<d:Statement mimeType="application/xml; charset=utf-8">
<dii:Identifier xmlns:dii="urn:mpeg:mpeg21:2002:01-DII-NS" xsi:schemaLocation="urn:mpeg:mpeg21:2002:01-DII-NS http://standards.iso.org/ittf/PubliclyAvailableStandards/MPEG-21_schema_files/dii/dii.xsd">urn:hdl:10366/170077</dii:Identifier>
</d:Statement>
</d:Descriptor>
<d:Descriptor>
<d:Statement mimeType="application/xml; charset=utf-8">
<oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
<dc:title>Inteligencia artificial fiable para la detección de violencia en vídeo</dc:title>
<dc:creator>Negre Rodríguez, Pablo</dc:creator>
<dc:contributor>Prieto Tejedor, Javier</dc:contributor>
<dc:contributor>Alonso Rincón, Ricardo Serafín</dc:contributor>
<dc:subject>Tesis y disertaciones académicas</dc:subject>
<dc:subject>Universidad de Salamanca (España)</dc:subject>
<dc:subject>Tesis Doctoral</dc:subject>
<dc:subject>Academic dissertations</dc:subject>
<dc:subject>Detección de violencia en vídeo</dc:subject>
<dc:subject>Visión artificial</dc:subject>
<dc:subject>Inteligencia artificial explicable</dc:subject>
<dc:subject>Redes neuronales convolucionales</dc:subject>
<dc:subject>Violence detection in video</dc:subject>
<dc:subject>Computer vision</dc:subject>
<dc:subject>Explainable artificial intelligence</dc:subject>
<dc:subject>Convolutional neutral networks</dc:subject>
<dc:description>[ES] Las agresiones físicas son un problema grave y generalizado, como lo demuestra el hecho de&#xd;
que más de una cuarta parte (27%) de las mujeres de entre 15 y 49 años a nivel global&#xd;
declaran haber sido sometidas a algún tipo de violencia física y/o sexual por parte de su pareja&#xd;
íntima. La Inteligencia Artificial y específicamente las técnicas de Visión Artificial, ofrecen una&#xd;
solución eficaz para detectar la violencia en tiempo real, reduciendo la necesidad de supervisión&#xd;
humana constante. La Inteligencia Artificial, y en particular las técnicas de Visión Artificial,&#xd;
pueden contribuir a identificar episodios de violencia en tiempo real en lugares previamente&#xd;
delimitados, respetando los marcos éticos y legales establecidos. Sin embargo, el aumento del&#xd;
uso de la inteligencia artificial ha generado preocupación sobre la fiabilidad de los algoritmos,&#xd;
lo que ha llevado a la creación de informes destinados a establecer estándares y guías, con&#xd;
organizaciones como la Comisión Europea liderando estos esfuerzos. En este respecto, existen&#xd;
múltiples propuestas de algoritmos para la detección de violencia, donde la combinación de&#xd;
arquitecturas más comúnmente empleada es la de Redes Neuronales Convolucionales (CNN)&#xd;
y Redes de Memoria a Corto y Largo Plazo (LSTM), la cual obtiene excelentes resultados,&#xd;
si bien todavía persisten desafíos; sin embargo, hasta donde se conoce, ningún trabajo en el&#xd;
estado del arte ha abordado la detección de violencia mediante el uso de inteligencia artificial&#xd;
explicable, lo que limita la comprensión y confianza en los resultados obtenidos. Por ello, el&#xd;
objetivo principal de esta Tesis Doctoral es investigar, diseñar, desarrollar y validar algoritmos&#xd;
basados en técnicas de inteligencia artificial fiable orientadas en la detección de violencia en&#xd;
vídeo, con foco en arquitecturas basadas en la combinación de CNN junto con capas LSTM. En&#xd;
base a ello, en este trabajo se ha llevado a cabo un análisis y categorización de todos los procesos&#xd;
que involucran la detección de violencia en vídeo. Posteriormente se han investigado, diseñado,&#xd;
desarrollado y validado tres arquitecturas que utilizan la arquitectura VGG-19 preentrenada,&#xd;
una red neuronal convolucional conocida por su capacidad para extraer características visuales,&#xd;
combinadas con: características manuales, capas LSTM y capas Bi-LSTM. Por último, a partir&#xd;
de estas arquitecturas se han implementado técnicas de inteligencia artificial explicable como&#xd;
GradCAM y se ha creado un algoritmo que cuantifica el nivel de importancia para la detección&#xd;
de violencia por parte de las capas LSTM y Bi-LSTM. Los resultados obtenidos demuestran&#xd;
que el uso de capas Bi-LSTM supera al rendimiento obtenido por capas LSTM, si bien esta&#xd;
mejora no supera el 4% de exactitud. No se han encontrado valores o combinaciones de&#xd;
hiperparámetros para las arquitecturas que utilizan capas LSTM y Bi-LSTM que mejoren de&#xd;
una forma estadísticamente significativa la accuracy obtenida. Las arquitecturas desarrolladas&#xd;
han obtenido buenos reusltados como, por ejemplo, la combinación de VGG-19 preentrenada con&#xd;
capas Bi-LSTM, que obtiene un 97% de exactitud utilizando el dataset Hockey Fights. Por último,&#xd;
se ha conseguido hacer más explicable el proceso de detección con las técnicas implementadas.</dc:description>
<dc:description>[EN] Physical aggressions constitute a serious and widespread issue in society. Studies&#xd;
indicate that in 2015, at least half of the children in Asia, Africa, and North America&#xd;
experienced violence. Although solutions have been explored for medium and long-term&#xd;
interventions, real-time violence detection through artificial intelligence offers a direct&#xd;
and efficient solution that can save lives and reduce the need for constant human&#xd;
supervision. On the other hand, the increasing use of artificial intelligence has raised&#xd;
concerns about the development of reliable algorithms, leading to the creation of reports&#xd;
to define and standardize these terms. Major organizations such as the European&#xd;
Comission are leading this effort. There are multiple algorithm proposals for violence&#xd;
detection, with the most commonly employed combination being Convolutional Neural&#xd;
Networks (CNN) and Long Short-Term Memory (LSTM) networks, which yield excellent&#xd;
results. However, there are still issues to address, such as the actual impact of&#xd;
using LSTM layers instead of just CNN, how much violence detection improves with&#xd;
CNN combined with Bi-LSTM layers instead of LSTM layers, or if certain values&#xd;
and combinations of hyperparameters yield better results. Lastly, the use of reliable&#xd;
artificial intelligence remains very limited. Based on this, this work has developed&#xd;
a systematic literature review with the analysis and categorization of: 21 challenges&#xd;
associated with violence detection, 28 public datasets on violence v´ıdeos, and 13&#xd;
evaluation metric methods; among others. Three architectures have been developed&#xd;
using pre-trained VGG-19 combined with: manual features, LSTM layers, and Bi-LSTM&#xd;
layers. It is evident that the use of Bi-LSTM layers outperforms the performance&#xd;
obtained by LSTM layers, although this improvement does not exceed 3% accuracy.&#xd;
No values or combinations of hyperparameters that significantly improve the obtained&#xd;
accuracy have been found statistically. The developed architectures have achieved good&#xd;
results, such as the combination of pre-trained VGG-19 with Bi-LSTM layers, which&#xd;
achieves 97% accuracy using the Hockey Fights dataset and 90% using the Violent&#xd;
Flow dataset. Lastly, the use of explainable artificial intelligence techniques on the&#xd;
proposed architectures, where YoloV8 and Frame Difference are used for the extraction&#xd;
of characteristic frames, GradCAM to highlight the areas VGG-19 focuses on for each&#xd;
convolutional layer, and a proprietary algorithm quantifies the level of importance for&#xd;
violence detection by LSTM and Bi-LSTM layers in violence detection.</dc:description>
<dc:date>2026-02-25T11:54:01Z</dc:date>
<dc:date>2026-02-25T11:54:01Z</dc:date>
<dc:date>2025</dc:date>
<dc:type>info:eu-repo/semantics/doctoralThesis</dc:type>
<dc:identifier>http://hdl.handle.net/10366/170077</dc:identifier>
<dc:identifier>10.14201/gredos.170077</dc:identifier>
<dc:language>spa</dc:language>
<dc:rights>http://creativecommons.org/licenses/by-nc-nd/4.0/</dc:rights>
<dc:rights>info:eu-repo/semantics/openAccess</dc:rights>
<dc:rights>Attribution-NonCommercial-NoDerivatives 4.0 Internacional</dc:rights>
</oai_dc:dc>
</d:Statement>
</d:Descriptor>
<d:Component id="10366_170077_1">
<d:Resource ref="https://gredos.usal.es/bitstream/10366/170077/1/Negre%20Rodr%c3%adguez%2c%20Pablo.pdf" mimeType="application/pdf"/>
</d:Component>
</d:Item>
</d:DIDL></metadata></record></GetRecord></OAI-PMH>