<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Celia Cintas</title>
	<atom:link href="https://celiacintas.io/feed/" rel="self" type="application/rss+xml" />
	<link>https://celiacintas.io/</link>
	<description>Computer Scientist</description>
	<lastBuildDate>Tue, 09 Sep 2025 12:39:41 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://celiacintas.io/wp-content/uploads/2022/10/cropped-favicon-32x32.png</url>
	<title>Celia Cintas</title>
	<link>https://celiacintas.io/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Localizing Persona Representations in LLMs</title>
		<link>https://celiacintas.io/localizing-persona-representations-in-llms/</link>
		
		<dc:creator><![CDATA[Celia Cintas]]></dc:creator>
		<pubDate>Mon, 08 Sep 2025 10:26:05 +0000</pubDate>
				<category><![CDATA[new paper!]]></category>
		<guid isPermaLink="false">https://celiacintas.io/?p=1267</guid>

					<description><![CDATA[<p>&#160; Introduction Understanding the mechanisms by which large language models (LLMs) process information, store knowledge, and generate outputs remain key open questions in research [0, 1]. A persona is a natural language portrayal of an imagined individual belonging to some demographic group or reflecting certain personality traits [2]. Personas are often used to define the [&#8230;]</p>
<p>The post <a href="https://celiacintas.io/localizing-persona-representations-in-llms/">Localizing Persona Representations in LLMs</a> appeared first on <a href="https://celiacintas.io">Celia Cintas</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>&nbsp;</p>
<h3 class="p1">Introduction</h3>
<p>Understanding the mechanisms by which large language models (LLMs) process information, store knowledge, and generate outputs remain key open questions in research [<a href="https://arxiv.org/abs/2109.13916">0</a>, <a href="https://arxiv.org/abs/2211.00593">1</a>].</p>
<p>A persona is a natural language portrayal of an imagined individual belonging to some demographic group or reflecting certain personality traits [<a href="https://arxiv.org/abs/2305.02547">2</a>]. Personas are often used to define the personality or perspective the LLM model should adopt when interacting with users, e.g., by prompting &#8220;Suppose you are a person who &#8230;&#8221; followed by a description of a particular trait or belief. This can significantly influence language generation by setting</p>
<p><img loading="lazy" decoding="async" class="wp-image-1277 alignright" src="https://celiacintas.io/wp-content/uploads/2025/09/Screenshot-2025-09-05-at-13.40.13.png" alt="" width="381" height="149" />a tone appropriate for the context (e.g., empathetic or professional) and by affecting behavior and reasoning capabilities. Personas can enhance user experience and engagement by making models more relatable and context-aware, and can improve generated output. Personas have also attracted increasing attention, particularly in the development of trustworthy models [<a href="https://arxiv.org/abs/2411.12405">3</a>, <a href="https://arxiv.org/abs/2405.20253">4</a>].</p>
<p><img loading="lazy" decoding="async" class="size-medium alignleft" src="https://media4.giphy.com/media/v1.Y2lkPTc5MGI3NjExdGNtaWxndndmaTBrdG9oMTd0MmRubHk0cnVwYW1ueXBtN243cmlmbCZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/Oii7NfGZbr0QM/giphy.gif" width="500" height="280" />Previous research has demonstrated that personas may elicit toxic responses and perpetuate stereotypes in language models [<a href="https://arxiv.org/abs/2304.05335">5</a>], and can produce extreme political or cultural views [<a href="https://arxiv.org/abs/2502.08640">6</a>]. Moreover, personas have been (mis)used to circumvent built-in safety mechanisms by instructing models to adopt specific roles [<a href="https://arxiv.org/abs/2401.12273">7</a>]. Understanding how LLMs encode personas is essential for harm mitigation methods, aligning models with diverse beliefs, and tailoring outputs to users&#8217; preferences.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>In this work, we feed statements associated with different personas into various LLMs and extract their internal representations (i.e., activation vectors). We then analyze these representations to address the following two questions:</p>
<blockquote><p><strong> Where in the model are persona representations encoded?</strong> Specifically, which layers in the LLM exhibit the strongest signals for encoding persona-specific information?</p></blockquote>
<blockquote><p><strong>How do these representations vary across different personas?</strong> In particular, are there consistent, uniquely activated locations within a given LLM layer where distinct persona representations are encoded?</p></blockquote>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-1270 size-full" src="https://celiacintas.io/wp-content/uploads/2025/09/2.png" alt="" width="1024" height="316" srcset="https://celiacintas.io/wp-content/uploads/2025/09/2.png 1024w, https://celiacintas.io/wp-content/uploads/2025/09/2-980x302.png 980w, https://celiacintas.io/wp-content/uploads/2025/09/2-480x148.png 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1024px, 100vw" /></p>
<h3>Identifying Layers With Strongest Persona Representations</h3>
<p data-pm-slice="1 1 []">We first study which layers provide the strongest signals for encoding personas for different LLMs. Specifically, we identify the layer that exhibits the greatest divergence between the principal components (PCs) of the last token representations for sentences corresponding to a given persona. Our findings lay the groundwork for our next step, where we seek to localize sets of activations within a layer encoding persona information. Across the models, the largest distances are found in the later layers (20–31). The table reports additional metrics evaluating the separation, overlap, and compactness of the groups. Most measures indicate that the final layer of Llama3-8B-Instruct achieves the strongest separation. We find, however, that for some personas, certain metrics favor earlier layers or other models.</p>
<blockquote><p>This suggests that while Llama3-8B-Instruct generally provides the best overall separation, for persona-specific applications, evaluating different metrics and models might be beneficial. Overall, later layers exhibit the greatest separation across LLMs, indicating that persona representations become increasingly refined, with final layers encoding the most discriminative features.</p></blockquote>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-1282 " src="https://celiacintas.io/wp-content/uploads/2025/09/Screenshot-2025-09-05-at-14.06.41-scaled.png" alt="" width="781" height="326" /></p>
<h3>Identifying a Layer’s Activations With Strongest Persona Representations</h3>
<p>Next, we investigate whether distinct, consistent activation groups within a layer encode different personas. Building on our previous findings, we compare the last token representations from <em>Llama3-8B-Instruct</em>. We use Deep Scan [<a href="https://arxiv.org/abs/1810.08676">8</a>,<a href="http://ijcai.org/proceedings/2020/0122.pdf">9</a>, <a href="https://arxiv.org/abs/2312.02798">10</a>, <a href="https://www.nature.com/articles/s41598-025-09717-1">11</a>]  to identify the activation subsets most indicative of persona-specific information, which we refer to as salient activations.Before looking at subsets of salient activations, we need to validate the Deep Scan results across different levels of granularity. Which shows consistent performance for Level 2 and Level 0. That is why the following results are within these two granularities.</p>
<blockquote><p>Politics personas display much lower overlap, with only 9.42% (386) shared activations across all.</p></blockquote>
<div class="page" title="Page 19">
<div class="section">
<div class="layoutArea">
<div class="column">
<div class="page" title="Page 20">
<div class="section">
<div class="layoutArea">
<div class="column">
<blockquote><p>For Ethics personas, only a small fraction of activations are unique—ranging from 0.37% (15 activations) to 1.39% (57).</p></blockquote>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<h3><img loading="lazy" decoding="async" class="alignleft wp-image-1284 " src="https://celiacintas.io/wp-content/uploads/2025/09/Screenshot-2025-09-05-at-14.13.52-1018x1024.png" alt="" width="429" height="431" />Significance</h3>
<div class="page" title="Page 22">
<div class="section">
<div class="layoutArea">
<div class="column">
<p>In this study, we analyze last token activations from 3 families of decoder-only LLMs using persona-specific statements from 14 datasets across Politics, Ethics, and Personality topics. We showed the strongest signal in separating persona information in final third of layers. Results suggested that political views have distinctly localized activations in the last layer of Llama3, and ethical values show greater polysemantic overlap.</p>
</div>
</div>
</div>
</div>
<h3>Limitations &amp; Future Work</h3>
<div class="page" title="Page 25">
<div class="section">
<div class="layoutArea">
<div class="column">
<p>While initial results, shed light into where representations are encoded. Our analyses are specific to the selected group of datasets and may not generalize well to other data sources. The datasets are written in English and primarily reflect WEIRD perspectives, and political views largely centered on U.S. politics. The dataset itself is LLM-generated, which has several shortcomings.</p>
<div class="page" title="Page 26">
<div class="section">
<div class="layoutArea">
<div class="page" title="Page 27">
<div class="section">
<div class="layoutArea">
<div class="column">
<p>In the next coming months, we will explore a wider range of models, personas and datasets, and incorporate beliefs, values, and traits from more diverse cultural contexts. As well as investigate controlled editing of found internal representations.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<h5 data-pm-slice="1 1 []"></h5>
<h5 data-pm-slice="1 1 []"></h5>
<h5 data-pm-slice="1 1 []"><img loading="lazy" decoding="async" class="aligncenter wp-image-1269 size-full" src="https://celiacintas.io/wp-content/uploads/2025/09/4.png" alt="" width="1024" height="799" srcset="https://celiacintas.io/wp-content/uploads/2025/09/4.png 1024w, https://celiacintas.io/wp-content/uploads/2025/09/4-980x765.png 980w, https://celiacintas.io/wp-content/uploads/2025/09/4-480x375.png 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1024px, 100vw" /></h5>
<blockquote>
<h5 id="g-ljxy6ljf" data-pm-slice="1 1 []">Look out for our work @ <a href="https://www.aies-conference.com/2025/conference-schedule/">AIES 2025 </a> #119  <em>Localizing Persona Representations in LLMs </em></h5>
</blockquote>
<h3><img loading="lazy" decoding="async" class="aligncenter wp-image-1285 size-full" src="https://celiacintas.io/wp-content/uploads/2025/09/Screenshot-2025-09-05-at-14.20.11.png" alt="" width="988" height="484" srcset="https://celiacintas.io/wp-content/uploads/2025/09/Screenshot-2025-09-05-at-14.20.11.png 988w, https://celiacintas.io/wp-content/uploads/2025/09/Screenshot-2025-09-05-at-14.20.11-980x480.png 980w, https://celiacintas.io/wp-content/uploads/2025/09/Screenshot-2025-09-05-at-14.20.11-480x235.png 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 988px, 100vw" /></h3>
<p>Full paper with more details and experiments can be found in <a href="https://arxiv.org/pdf/2505.24539">ArxIv </a> and code in <a href="https://github.com/IBM/personas-llms-analysis">GitHub</a></p>
<p>&nbsp;</p>
<p>The post <a href="https://celiacintas.io/localizing-persona-representations-in-llms/">Localizing Persona Representations in LLMs</a> appeared first on <a href="https://celiacintas.io">Celia Cintas</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Spatially Constrained Search in Optical Flow Networks</title>
		<link>https://celiacintas.io/spatially-constrained-search-space-in-optical-flow-networks/</link>
		
		<dc:creator><![CDATA[Celia Cintas]]></dc:creator>
		<pubDate>Tue, 25 Jul 2023 09:00:50 +0000</pubDate>
				<category><![CDATA[new paper!]]></category>
		<guid isPermaLink="false">https://celiacintas.io/?p=871</guid>

					<description><![CDATA[<p>Introduction With the emergence of deep learning techniques and the availability of large-scale datasets, optical flow estimation performance has been significantly improved. However, recent work demonstrated that these networks are vulnerable to adversarial attacks like any other deep learning approach. Recent work [0,1,2] focuses on attacking optical flow networks with patches pasted onto the frames. [&#8230;]</p>
<p>The post <a href="https://celiacintas.io/spatially-constrained-search-space-in-optical-flow-networks/">Spatially Constrained Search in Optical Flow Networks</a> appeared first on <a href="https://celiacintas.io">Celia Cintas</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" class="alignnone wp-image-873 size-full" src="https://celiacintas.io/wp-content/uploads/2023/07/Screenshot-2023-07-24-at-14.14.25.png" alt="" width="903" height="509" srcset="https://celiacintas.io/wp-content/uploads/2023/07/Screenshot-2023-07-24-at-14.14.25.png 903w, https://celiacintas.io/wp-content/uploads/2023/07/Screenshot-2023-07-24-at-14.14.25-480x271.png 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 903px, 100vw" /></p>
<h3 class="p1">Introduction</h3>
<p class="p1">With the emergence of deep learning techniques and the availability of large-scale datasets, optical flow estimation performance has been significantly improved. However, recent work demonstrated that these networks are vulnerable to adversarial attacks like any other deep learning approach. Recent work [<a href="https://openaccess.thecvf.com/content_ICCV_2019/papers/Ranjan_Attacking_Optical_Flow_ICCV_2019_paper.pdf">0</a>,1,<a href="https://arxiv.org/abs/2103.16255">2</a>] focuses on attacking optical flow networks with patches pasted onto the frames. These patch-based attacks cause occlusions on areas where the attack is placed, and motion boundaries, which degrades the performance of current optical flow estimators <a href="https://arxiv.org/pdf/2111.01261.pdf">[3]</a>.</p>
<p>Self-driving cars use these models to estimate the motion of objects on the road and surroundings and use this information to decide on close-to-real-time actions/measurements. Attacking these networks means that the estimated motion could be completely wrong, affecting the decision process based on this information.</p>
<p><img loading="lazy" decoding="async" class="wp-image-874 aligncenter" src="https://celiacintas.io/wp-content/uploads/2023/07/content_flownet2.gif" alt="" width="557" height="232" /></p>
<p>Animation from <a href="https://perceiving-systems.blog/en/post/the-road-to-safe-self-driving">https://perceiving-systems.blog/en/post/the-road-to-safe-self-driving</a></p>
<h3 class="p1">What is Subset Scanning?</h3>
<p class="p1">As our approach is based on Fast Generalized Subset Scanning <a href="https://www.jmlr.org/papers/volume14/mcfowland13a/mcfowland13a.pdf">[4]</a>, we wanted to do a quick review so easy to understand why the extensions provided in this paper are relevant to the patch-based attack problem. Subset scanning treats Neural Networks as data-generating systems and applies anomalous pattern detection methods to activation data. Subset Scanning efficiently searches over a large combinatorial space to find groups of records that differ the most from <em>expected</em> behavior. While existing works employed Subset Scanning to detect different types of OOD [<a href="https://www.ijcai.org/proceedings/2022/0683.pdf">5</a>; <a href="https://krvarshney.github.io/pubs/KimTCSV_isbi2022.pdf">6</a>; <a href="https://arxiv.org/abs/2002.05463">7</a>], we are the first to use it to (1) <strong>detect patch-based attacks</strong>, (2) on sequential images across <strong>temporal dimensions</strong>, (3) on networks for <strong>regression tasks</strong>.</p>
<p><img loading="lazy" decoding="async" class="size-medium wp-image-880 alignleft" src="https://celiacintas.io/wp-content/uploads/2023/07/assuption-300x241.png" alt="" width="300" height="241" /></p>
<p class="p1">Our assumption conducting our experiments is that activations from patch-based attacked samples have a different distribution of p-values than clean samples. A p-value for us is the proportion of activations drawn from the same node for multiple clean samples greater than the activation from the evaluation sample.</p>
<p class="p1">How do we score one sample at a given node? We use scoring functions on an new set of frames to measure how much of the values deviate from uniform. Although Subset Scanning can use parametric scoring functions (i.e., Gaussian, Poisson), the distribution of activations within particular layers is highly skew<img loading="lazy" decoding="async" class="wp-image-904 alignright" src="https://celiacintas.io/wp-content/uploads/2023/07/distpvalues-1024x429.png" alt="" width="549" height="230" />ed and, in some cases, bi-modal. We use non-parametric Scan Statistics, a.k.a NPSS (checkout <a href="https://www.jmlr.org/papers/volume14/mcfowland13a/mcfowland13a.pdf">[4]</a> for more deets), that make minimal assumptions on the underlying distribution of node activations and enable to scan across different types of layers.</p>
<p class="p1">Although NPSS provides a means to evaluate the anomalousness of a subset of activations for a given input, discovering which of the 2 to the J possible subsets provides the most evidence of an anomalous pattern, is computationally infeasible for large J, which is the case for the size of layers in deep learning models. That is why we need a priority function, in this case, the proportion of the values under a threshold. We have a guarantee that the subset maximizing the score will be one consisting only of the <em>top-k</em> highest priority records.</p>
<h3>Spatially Constrained Search Space in Optical Flow Networks</h3>
<p><img loading="lazy" decoding="async" class="wp-image-881 alignright" src="https://celiacintas.io/wp-content/uploads/2023/07/ss2-1024x313.png" alt="" width="599" height="183" /></p>
<p class="p1">Previously, the vanilla approach <a href="https://www.ijcai.org/proceedings/2020/0122.pdf">[8]</a> forced inclusion of all channels naively implies that all channels in the inner layer being scanned are impacted by a patch attack on an optical flow neural network.<span class="Apple-converted-space">  </span>The more realistic expectation is that the attack <strong>may affect only some</strong> subset of the channels. By introducing Spatial-Channel Optimization (SCO) features, we are returning a subset of spatial locations crossed with a subset of channels. While SCO allows us to find an anomalous subset of node activations across spatial locations, these detected anomalous locations may be far apart, spanning the entire frame of the given test image pairs. We want to further constrain the search space for subset scanning so that the detected anomalous locations strictly come from a local spatial neighborhood. Thus, we enforce a proximity constraint where our optimization is only applied to the <em>kxk</em> spatial region (the yellow region in the figure below).</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-882 size-full" src="https://celiacintas.io/wp-content/uploads/2023/07/overview_ss2.png" alt="" width="2671" height="833" srcset="https://celiacintas.io/wp-content/uploads/2023/07/overview_ss2.png 2671w, https://celiacintas.io/wp-content/uploads/2023/07/overview_ss2-1280x399.png 1280w, https://celiacintas.io/wp-content/uploads/2023/07/overview_ss2-980x306.png 980w, https://celiacintas.io/wp-content/uploads/2023/07/overview_ss2-480x150.png 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, (min-width: 1281px) 2671px, 100vw" /></p>
<p class="p1">This will ensure that the detected subset of anomalous locations only comes from this spatial neighborhood. We do this for all <em>kxk</em> locations in the given locations and return the subset of p-values from a <em>kxk</em> neighborhood that yields the highest NPSS score. Given the subset of detected p-values from a <em>kxk</em> neighborhood, we can easily localize the attack by finding which locations these detected p-values occur in the inner layer feature map. These detected locations in the feature maps can be up-sampled, if needed, to match the resolution of the input frames, or vice versa. The localized attacks can be utilized for mitigation or to simply mask the area for downstream flow estimation.</p>
<h4 class="p1"><img loading="lazy" decoding="async" class="wp-image-886 alignright" src="https://celiacintas.io/wp-content/uploads/2023/07/ss5-1-1024x372.png" alt="" width="584" height="212" />Experimental Setup</h4>
<p class="p1">We validate our approach using four state-of-the-art flow estimators. We choose the first layer in each network&#8217;s components when selecting inner layers to apply our proposed method. Specifically, we select the first layer of the encoder and decoder module and their correlation layer.</p>
<h5>Datasets and Attacks</h5>
<p><img loading="lazy" decoding="async" class="wp-image-894 alignright" src="https://celiacintas.io/wp-content/uploads/2023/07/Screenshot-2023-06-21-at-15.08.59-1024x369.png" alt="" width="592" height="213" /></p>
<p class="p1">Following previous papers[<a href="https://openaccess.thecvf.com/content_ICCV_2019/papers/Ranjan_Attacking_Optical_Flow_ICCV_2019_paper.pdf">0</a>,1,<a href="https://arxiv.org/abs/2103.16255">2</a>], we use <a href="https://www.cvlibs.net/datasets/kitti/eval_scene_flow.php?benchmark=stereo">KITTI 2015</a>, raw KITTI, <a href="http://sintel.is.tue.mpg.de/">MPI-Sintel</a>, and raw Sintel datasets. KITTI consists of road scene images with sparse optical flow labels (2015) and without labels (raw). MPI-Sintel contains 23 sequences from computer-animation short Sintel with flow labels. Its raw frames without labels have also been used in previous un- or semi-supervised flow estimators. We constructed patch-based adversarial attacks on the four flow networks. The figure below shows the change in end-point error with and without the adversarial patch attack. We use patches of four different sizes with respect to the input image resolution. As expected, we see worse performances as we increase the patch attack sizes. In terms of flow networks, these patch attacks harm the performance of FlowNetC the most and RAFT the least.</p>
<h5>Results</h5>
<p class="p1">Overall, we see higher detection performance when we include spatial information, as when we lose spatial information, the method cannot detect the attacks across any model. This can be observed by looking at the score distributions of the clean (blue) and attacked (orange) test sets. The two distributions are more separable using SADL than the baseline. While our method shows clear improvements across multiple networks and datasets, both suffer on MPI-Sintel for FlowNetC and KITTI 2015 for PWCNet.</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-896 size-full" src="https://celiacintas.io/wp-content/uploads/2023/07/results.png" alt="" width="1022" height="341" srcset="https://celiacintas.io/wp-content/uploads/2023/07/results.png 1022w, https://celiacintas.io/wp-content/uploads/2023/07/results-980x327.png 980w, https://celiacintas.io/wp-content/uploads/2023/07/results-480x160.png 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1022px, 100vw" /></p>
<p class="p1">We can see an example visualization of a detected subset of anomalous locations in the feature space for the attacks of size <em>p=153</em> for KITTI 2015 (top) and MPI-Sintel (bottom). We can successfully detect a subset of anomalous locations that align with the location of the patch attack.</p>
<p class="p1"><img loading="lazy" decoding="async" class="alignnone wp-image-898 size-large" src="https://celiacintas.io/wp-content/uploads/2023/07/Screenshot-2023-06-21-at-16.03.50-1024x690.png" alt="" width="1024" height="690" srcset="https://celiacintas.io/wp-content/uploads/2023/07/Screenshot-2023-06-21-at-16.03.50-1024x690.png 1024w, https://celiacintas.io/wp-content/uploads/2023/07/Screenshot-2023-06-21-at-16.03.50-980x660.png 980w, https://celiacintas.io/wp-content/uploads/2023/07/Screenshot-2023-06-21-at-16.03.50-480x323.png 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1024px, 100vw" /></p>
<h5>Conclusion &amp; Next Steps</h5>
<p class="p1">We showcase how constrained search space can improve the detection and localization of patch-based adversarial attacks in optical flow estimators. We use a spatially constrained subset scanning on the inner layer in an unsupervised manner without any training or prior knowledge of the attacks. We further give insights into which layers are most affected by these attacks for various flow networks. The immediate next step could utilize detected and localized attacks to devise mitigation techniques for flow estimators. More details in <a href="https://drive.google.com/file/d/1iG5YWIRh0jJT8ajNGgdTOBx9a4VCnHGv/view?usp=sharing">this presentation</a>.</p>
<h5 id="g-ljxy6ljf" data-pm-slice="1 1 []">Look out for our work @ <a href="https://ijcai-23.org/paper-schedule/" target="_blank" rel="noopener noreferrer nofollow" data-attrib-id="link-435ea703-0e26-4728-8f76-fd81891bb6db">IJCAI 2023</a></h5>
<p data-pm-slice="1 1 []">Wednesday, 23rd August at 11:45-12:45 <em>Computer Vision (3/6) Session</em></p>
<p><strong>#3357 Spatially Constrained Adversarial Attack Detection and Localization in the Representation Space of Optical Flow Networks. </strong>Hannah Kim; Celia Cintas; Girmaw Abebe Tadesse; Skyler Speakman.</p>
<h3>References</h3>
<p>[0] Ranjan, A., Janai, J., Geiger, A. and Black, M.J., 2019. Attacking optical flow. In <i>Proceedings of the IEEE/CVF International Conference on Computer Vision</i> (pp. 2404-2413).</p>
<p>[1] Schrodi, S., Saikia, T. and Brox, T., 2021. What causes optical flow networks to be vulnerable to physical adversarial attacks. <i>arXiv preprint arXiv:2103.16255</i>, <i>3</i>.</p>
<p>[2] Schrodi, S., Saikia, T. and Brox, T., 2022. Towards understanding adversarial robustness of optical flow networks. In <i>Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition</i> (pp. 8916-8924).</p>
<p>[3] Kim, H.H., Yu, S. and Tomasi, C., 2021. Joint detection of motion boundaries and occlusions. The British Machine Vision Conference (BMVC), 2021.</p>
<p>[4] McFowland, E., Speakman, S. and Neill, D.B., 2013. Fast generalized subset scan for anomalous pattern detection. <i>The Journal of Machine Learning Research</i>, <i>14</i>(1), pp.1533-1561.</p>
<p>[5] Cintas, C., Das, P., Quanz, B., Tadesse, G.A., Speakman, S. and Chen, P.Y., 2022. Towards creativity characterization of generative models via group-based subset scanning. <i>IJCAI 2022</i>.</p>
<p>[6] Kim, H., Tadesse, G.A., Cintas, C., Speakman, S. and Varshney, K., 2022, March. Out-of-distribution detection in dermatology using input perturbation and subset scanning. In <i>2022 IEEE 19th International Symposium on Biomedical Imaging (ISBI)</i> (pp. 1-4). IEEE.</p>
<p>[7] Akinwande, V., Cintas, C., Speakman, S. and Sridharan, S., 2020. Identifying audio adversarial examples via anomalous pattern detection. <i>arXiv preprint arXiv:2002.05463</i>.</p>
<p>[8] Cintas, C., Speakman, S., Akinwande, V., Ogallo, W., Weldemariam, K., Sridharan, S. and McFowland, E., 2021, January. Detecting adversarial attacks via subset scanning of autoencoder activations and reconstruction error. In <i>Proceedings of the Twenty-Ninth International Conference on International Joint Conferences on Artificial Intelligence</i> (pp. 876-882).</p>
<p>The post <a href="https://celiacintas.io/spatially-constrained-search-space-in-optical-flow-networks/">Spatially Constrained Search in Optical Flow Networks</a> appeared first on <a href="https://celiacintas.io">Celia Cintas</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Completion of ceramics with generative models for Cultural Heritage studies</title>
		<link>https://celiacintas.io/completion-of-ceramics-with-generative-models-for-cultural-heritage-studies/</link>
		
		<dc:creator><![CDATA[Celia Cintas]]></dc:creator>
		<pubDate>Thu, 13 Jul 2023 10:15:15 +0000</pubDate>
				<category><![CDATA[new paper!]]></category>
		<guid isPermaLink="false">https://celiacintas.io/?p=829</guid>

					<description><![CDATA[<p>Why is it important to study fragments in Cultural Heritage Studies? Ceramic potteries are one of the most frequently discovered archaeological artifacts. Since they are usually short-lived (in archeological terms), researchers find these artifacts useful to analyze chronological and geographical features, given that shape and decoration are subject to significant changes over time and space [&#8230;]</p>
<p>The post <a href="https://celiacintas.io/completion-of-ceramics-with-generative-models-for-cultural-heritage-studies/">Completion of ceramics with generative models for Cultural Heritage studies</a> appeared first on <a href="https://celiacintas.io">Celia Cintas</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" class="aligncenter wp-image-843 size-large" src="https://celiacintas.io/wp-content/uploads/2023/07/Screenshot-2023-07-13-at-11.11.28-1024x572.png" alt="" width="1024" height="572" srcset="https://celiacintas.io/wp-content/uploads/2023/07/Screenshot-2023-07-13-at-11.11.28-980x547.png 980w, https://celiacintas.io/wp-content/uploads/2023/07/Screenshot-2023-07-13-at-11.11.28-480x268.png 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1024px, 100vw" /></p>
<h3 class="p1">Why is it important to study fragments in Cultural Heritage Studies?</h3>
<p class="p1">Ceramic potteries are one of the most frequently discovered archaeological artifacts. Since they are usually short-lived (in archeological terms), researchers find these artifacts useful to analyze chronological and geographical features, given that shape and decoration are subject to significant changes over time and space <a href="https://polipapers.upv.es/index.php/var/article/view/13134">[0]</a>.<span class="Apple-converted-space">  </span>This analysis gives a basis for dating the archaeological strata and provides evidence from a large set of valuable data, such as local production, trade relations, and consumer behavior of the local population. Unfortunately, ceramics are fragile; therefore, most of the actual ceramics recovered from archaeological sites are fractured, so the vast majority of the available material appears in fragments. The reassembly of the fragments is a daunting, delicate, and time-consuming task, done almost exclusively by hand, which requires the physical manipulation of the fragments, which ideally should be as short as possible for conservation purposes.</p>
<h5 class="p1">Iberian Pottery Data</h5>
<p class="p1">In this project, we used a collection corresponding to Iberian wheel-made pottery from various archaeological sites of the upper valley of the Guadalquivir River (Spain). The ceramics are classified into eleven different classes based on their shape. These classes consider the forms of the lip, neck, body, base, and handles and the relative ratios between their sizes. Nine of these classes correspond to closed pottery shapes, and two others belong to open ones <a href="https://link.springer.com/article/10.1007/s11042-016-4076-9">[1]</a>.</p>
<p><img loading="lazy" decoding="async" class="wp-image-852 aligncenter" src="https://celiacintas.io/wp-content/uploads/2023/07/g208-1024x421.jpg" alt="" width="800" height="329" /></p>
<p class="p1">Given that the existing dataset is based on wheel-made pottery techniques, we can assume small asymmetric perturbations in the ceramic.<span class="Apple-converted-space">  </span>We generate each 3D model as a solid of revolution. First, we extract the shape information from the profile by means of semilandmarks equally spaced in the contours.<span class="Apple-converted-space">  </span>Then we do the spin, converting the semilandmarks capturing the 2D pottery shape information into a mesh. Lastly, we transform the mesh into a set of voxels.</p>
<p><img loading="lazy" decoding="async" class="wp-image-850 aligncenter" src="https://celiacintas.io/wp-content/uploads/2023/07/Screenshot-2023-07-13-at-11.35.34-1024x371.png" alt="" width="792" height="287" /></p>
<p><img loading="lazy" decoding="async" class="size-medium wp-image-835 alignright" src="https://celiacintas.io/wp-content/uploads/2023/07/fragments-300x257.png" alt="" width="300" height="257" /></p>
<p class="p1">After we have our complete voxelized model, we fragment it using a method based on the Discrete Voronoi Chain (DVC) algorithm. The DVC algorithm is composed of two steps. First, it generates a random list of Voronoi region centers in the model, each corresponding to a fragment. Second, it assigns the voxel to a section by following a region-growing approach taking each center as a seed until all the voxels have been traversed. However, this procedure can assign voxels in the border between two regions to an incorrect one. Therefore, an additional distance check to the centers of each region is required to guarantee the correct assignment. The resulting number of fragments depends on the type of vessel (closed or open).</p>
<h5>Generative Adversarial Networks</h5>
<p><img loading="lazy" decoding="async" class="alignleft wp-image-855 " src="https://celiacintas.io/wp-content/uploads/2023/07/minmax_eq.png" alt="" width="369" height="207" /></p>
<p>A typical GAN <a href="https://arxiv.org/pdf/1406.2661.pdf">[2]</a> framework contains a generative (<em>G</em>) and a discriminative (<em>D</em>) neural network such that <em>G(z)</em> aims (in our context) to generate realistic artifacts, while <em>D(x)</em> learns to discriminate if a sample is from the real data distribution or not.<br />
In our case, <em>z</em> is a voxelized input fragment, different from <a href="https://arxiv.org/pdf/1610.07584.pdf">[3]</a>, and <em>G(z)</em> represents the generator function that maps the fragment <em>z</em> to the data space of a complete Iberian voxelized pottery.<br />
This type of network is named Autoencoding GAN (AE-GAN), in which <em>G</em> added a network of encoders that are trained to learn the mapping of each fragment sample to a point in latent space <a href="https://arxiv.org/pdf/2004.05472.pdf">[4]</a>, and the decoder learns to map each point to a complete pottery.<br />
The data element <em>x</em>, corresponds to a three-dimensional binary array containing the voxelized pottery geometry. <em>D(G(z))</em> is the probability that the output of the generator <em>G</em> is a real artifact from the Iberian pottery 3D dataset.<br />
<em>D</em> tries to maximize <em>log(D(x))</em>, which is the probability of having a correct classification of actual voxelized real ceramics, while <em>G</em> tries to minimize <em>log(1 &#8211; D(G(z))</em>, which is the probability of <em>D</em> recognizing any of the generated outputs by <em>G</em>.</p>
<p><img loading="lazy" decoding="async" class="wp-image-840 aligncenter" src="https://celiacintas.io/wp-content/uploads/2023/07/overview_approach-1024x555.png" alt="" width="871" height="472" /></p>
<h5>Results</h5>
<p class="p1">In order to evaluate the performance under different relative sizes of fragments, we stratified our fragment generation into three main groups: 15-20%, 20-30%, and 30-100% of the initial ceramic model. We can observe that the averaged MSE=0.06 and DSC=0.70 across all classes for the completion of the ceramic is consistent across fragment sizes. This means that our AE-GAN can complete ceramics from smaller to larger initial fragments. Interestingly, we can observe that specific pottery classes are easier to reconstruct across all sizes, such as Classes 10 and 11. We can <img loading="lazy" decoding="async" class="wp-image-832 alignleft" src="https://celiacintas.io/wp-content/uploads/2023/07/figura_3_m_300ppp-1024x992.png" alt="" width="644" height="624" />hypothesize that the improvement over the averaged performance of the method over these classes is because we have more examples of these classes in our dataset. Furthermore, these classes correspond to a homogeneous type of open shapes (e.g., plates).</p>
<p class="p1">We also used a pottery classifier; this model yields the same performance in test datasets when evaluating real voxelized potteries and completed potteries from three different groups sizes of fragments by our proposed method.</p>
<p class="p1">Lastly, we did a domain experts&#8217; case study that yielded that the reconstructed ceramics&#8217; quality perceived by the archaeologists had a mean score of 2.09 with a standard deviation of 0.61 (with range values between [0, 3]). Additionally, we were interested in evaluating if the Iberian style holds in the completed samples. The archaeologists considered the ceramics to have an Iberian style in mean score 3.93<span class="Apple-converted-space">  </span>(std 1.16), with 5 fully Iberian Style.</p>
<blockquote>
<p class="p1">From this preliminary study, we can conclude that archaeologists judge that the model generated a correct Iberian style from an initial fragment and also consider that the reconstructed pottery is between <em>Good</em> and <em>Very Good</em>. At the end of the questionnaire, we included a comment section to enable unstructured feedback. The comments across evaluators agree on the need for better visualization tools, such as including a scale factor and improving the edge inspection of the models, as these are<span class="Apple-converted-space">  </span>key factors while evaluating the Iberian Style.</p>
</blockquote>
<p><img loading="lazy" decoding="async" class="wp-image-833 alignright" src="https://celiacintas.io/wp-content/uploads/2023/07/figura_4_300ppp-1024x929.png" alt="" width="322" height="292" /></p>
<h5>Limitations</h5>
<p><strong>Asymmetry in generated potteries</strong>: Some completed samples do not have adequate symmetry. The pottery used for this work corresponds to lathe potteries, and those are symmetrical by design. This type of problem is caused by the lack of examples in some classes.</p>
<p><strong>I</strong><strong>rregularity in generated potteries:</strong>  For example, incomplete reconstructions or the mismatching alignment of the fragment with the proposed completion model.</p>
<p>&nbsp;</p>
<h5>Takeaway and Resources</h5>
<p>Results suggest that we can generate potteries that conform to the structure of Iberian ceramics and fulfill experts&#8217; validation criteria. <a href="https://github.com/celiacintas/vasijas/tree/iberianVox">Open source code and 3D dataset are available! </a>Future work will focus on mesh directly and weighted fracture simulations to account for class imbalance. More details in <a href="https://drive.google.com/file/d/1CdVID_FI66FFiTupNgLnEFd0aC3ZWZ3S/view?usp=sharing">this presentation</a>.</p>
<h5 id="g-ljxy6ljf" data-pm-slice="1 1 []">Look out for our work @ <a href="https://ijcai-23.org/paper-schedule/" target="_blank" rel="noopener noreferrer nofollow" data-attrib-id="link-435ea703-0e26-4728-8f76-fd81891bb6db">IJCAI 2023</a></h5>
<p data-pm-slice="1 1 []">Thursday, 24th August at 11:45-12:45 (<em>AI and Arts: Arts, Design and Crafts Session) </em></p>
<p data-pm-slice="1 1 []"><strong>#ARTS2515 IberianVoxel: Automatic Completion of Iberian Ceramics for Cultural Heritage Studies. </strong>Pablo Navarro; Celia Cintas; Manuel Lucena; José Manuel Fuertes; Antonio Rueda; Rafael Segura; Carlos Ogayar-Anguita; Rolando González-José; Claudio Delrieux</p>
<h5>References</h5>
<p>[0] Eslami, D., Di Angelo, L., Di Stefano, P. and Pane, C., 2020. Review of computer-based methods for archaeological ceramic sherds reconstruction. <i>Virtual Archaeology Review</i>, <i>11</i>(23), pp.34-49.</p>
<p>[1] Lucena, M., Fuertes, J.M., Martínez-Carrillo, A.L., Ruiz, A. and Carrascosa, F., 2017. Classification of archaeological pottery profiles using modal analysis. <i>Multimedia Tools and Applications</i>, <i>76</i>, pp.21565-21577.</p>
<p>[2] Goodfellow, I., Pouget-Abadie, J., Mirza, M., Xu, B., Warde-Farley, D., Ozair, S., Courville, A. and Bengio, Y., 2014. Generative adversarial nets. <i>Advances in neural information processing systems</i>, <i>27</i>.</p>
<p>[3] Wu, J., Zhang, C., Xue, T., Freeman, B. and Tenenbaum, J., 2016. Learning a probabilistic latent space of object shapes via 3d generative-adversarial modeling. <i>Advances in neural information processing systems</i>, <i>29</i>.</p>
<p>The post <a href="https://celiacintas.io/completion-of-ceramics-with-generative-models-for-cultural-heritage-studies/">Completion of ceramics with generative models for Cultural Heritage studies</a> appeared first on <a href="https://celiacintas.io">Celia Cintas</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Big Data Africa School 2023</title>
		<link>https://celiacintas.io/big-data-africa-school-2023/</link>
		
		<dc:creator><![CDATA[Celia Cintas]]></dc:creator>
		<pubDate>Mon, 20 Mar 2023 12:34:05 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://celiacintas.io/?p=747</guid>

					<description><![CDATA[<p>The Big Data Africa School aims to introduce fundamental data science tools &#38; techniques to talented young science and engineering graduates across various disciplines interested in developing their skills and knowledge in working efficiently on extremely large datasets in any research environment. The 4th Big Data Africa School allowed students to work on real-life datasets [&#8230;]</p>
<p>The post <a href="https://celiacintas.io/big-data-africa-school-2023/">Big Data Africa School 2023</a> appeared first on <a href="https://celiacintas.io">Celia Cintas</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>The Big Data Africa School</strong> aims to introduce fundamental data science tools &amp; techniques to talented young science and engineering graduates across various disciplines interested in developing their skills and knowledge in working efficiently on extremely large datasets in any research environment. The <a href="https://www.sarao.ac.za/students/4th-big-data-africa-school/">4th Big Data Africa School</a> allowed students to work on real-life datasets in <strong>healthcare</strong>, focusing on biomedical imaging.</p>
<p>The students worked in teams and developed data and ML pipelines around problems like model interpretability, segmentation, data augmentation, 2D to 3D reconstruction, and out-of-distribution detection across different biomedical datasets (dermatoscopic and blood microscope images, breast mammograms, c<span style="font-weight: 400;">ardiovascular magnetic resonance, and X-rays).</span></p>
<p><span style="font-weight: 400;">During the BDAS 2023, students </span><b>learned</b><span style="font-weight: 400;"> and </span><b>developed</b><span style="font-weight: 400;"> state-of-the-art data and </span><b>modeling</b> <b>techniques</b><span style="font-weight: 400;"> to address different problems in the </span><b>medical imagining</b><span style="font-weight: 400;"> domain. </span><span style="font-weight: 400;">Each team presented </span><b>daily updates</b><span style="font-weight: 400;"> and preliminary results. </span><span style="font-weight: 400;">Ultimately, each team </span><b>pitched</b><span style="font-weight: 400;"> their work (20&#8242; talks), from defining the problem statement, approach, experimental setup, and evaluation to discussing limitations and lessons learned.  </span>Additionally, the school included <em>i</em><span style="font-weight: 400;"><em>ntroductory lectures</em> to Python for Data Science and Machine Learning, </span><span style="font-weight: 400;"><em>Community</em> talks,  i</span><span style="font-weight: 400;">nvited <em>technical talks</em> in medical imaging, and <em>c</em></span><span style="font-weight: 400;"><em>ommunication</em> <em>skill</em> sessions.</span></p>
<p>&nbsp;</p>
<p><img loading="lazy" decoding="async" class="wp-image-756 size-full" src="https://celiacintas.io/wp-content/uploads/2023/03/1045-DARA-BD.jpg" alt="" width="1000" height="667" srcset="https://celiacintas.io/wp-content/uploads/2023/03/1045-DARA-BD.jpg 1000w, https://celiacintas.io/wp-content/uploads/2023/03/1045-DARA-BD-980x654.jpg 980w, https://celiacintas.io/wp-content/uploads/2023/03/1045-DARA-BD-480x320.jpg 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1000px, 100vw" /></p>
<p>The post <a href="https://celiacintas.io/big-data-africa-school-2023/">Big Data Africa School 2023</a> appeared first on <a href="https://celiacintas.io">Celia Cintas</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Nairobi Women in Data end of the year Datathon Challenge</title>
		<link>https://celiacintas.io/nairobi-women-in-data-end-of-the-year-datathon-challenge/</link>
		
		<dc:creator><![CDATA[Celia Cintas]]></dc:creator>
		<pubDate>Wed, 23 Nov 2022 17:34:03 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://celiacintas.io/?p=731</guid>

					<description><![CDATA[<p>Nairobi Women in Data, in partnership with IBM Research Africa and Zindi, will be hosting an end-of-year datathon challenge. The datathon will be launched virtually on the 25th of November, with the Datathon ML challenge hosted on Zindi. The physical presentation and awards will be presented at IBM Research Offices on 3rd December. If you [&#8230;]</p>
<p>The post <a href="https://celiacintas.io/nairobi-women-in-data-end-of-the-year-datathon-challenge/">Nairobi Women in Data end of the year Datathon Challenge</a> appeared first on <a href="https://celiacintas.io">Celia Cintas</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>Nairobi Women in Data</strong>, in partnership with IBM Research Africa and Zindi, will be hosting an end-of-year datathon challenge. The datathon will be launched virtually on the <strong>25th of November</strong>, with the Datathon ML challenge hosted on Zindi. The physical presentation and awards will be presented at IBM Research Offices on <strong>3rd December</strong>.</p>
<p>If you are interested in taking part in the challenge. Please follow the instructions on this form to register your team.  <a href="https://docs.google.com/forms/d/1bVrEAGBjeonIPhNqCN0eV8uFe9IFr2ahvfginYsgs-c/edit?usp=drivesdk" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://docs.google.com/forms/d/1bVrEAGBjeonIPhNqCN0eV8uFe9IFr2ahvfginYsgs-c/edit?usp%3Ddrivesdk&amp;source=gmail&amp;ust=1669309709953000&amp;usg=AOvVaw0T1FQWVpr1zpqXOrIGMq8W">https://docs.google.com/forms/<wbr />d/<wbr />1bVrEAGBjeonIPhNqCN0eV8uFe9IFr<wbr />2ahvfginYsgs-c/edit?usp=<wbr />drivesdk </a></p>
<p>To you, Data and ML Champs, who would like to be mentors. During the WID&#8217;s Datathon, we require a skilled guide for each team. If you feel that this is you, register using the link below;<br />
<a href="https://docs.google.com/forms/d/1NEgCXR5y9z5NI5AdmLdv7vY0Xgu9rpgwBTvqYncGOH0/edit?chromeless=1" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://docs.google.com/forms/d/1NEgCXR5y9z5NI5AdmLdv7vY0Xgu9rpgwBTvqYncGOH0/edit?chromeless%3D1&amp;source=gmail&amp;ust=1669309709953000&amp;usg=AOvVaw1CE4hmIf50Ol8RYOteaMRT">https://docs.google.com/forms/<wbr />d/<wbr />1NEgCXR5y9z5NI5AdmLdv7vY0Xgu9r<wbr />pgwBTvqYncGOH0/edit?<wbr />chromeless=1 </a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The post <a href="https://celiacintas.io/nairobi-women-in-data-end-of-the-year-datathon-challenge/">Nairobi Women in Data end of the year Datathon Challenge</a> appeared first on <a href="https://celiacintas.io">Celia Cintas</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Call for Post-Conference Workshops at ICLR 2023</title>
		<link>https://celiacintas.io/call-for-post-conference-workshops-at-iclr-2023/</link>
		
		<dc:creator><![CDATA[celiacintas-admin]]></dc:creator>
		<pubDate>Sat, 22 Oct 2022 11:56:52 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://celiacintas.io/?p=397</guid>

					<description><![CDATA[<p>Happy to announce the CFP for Workshops at ICLR 2023. Workshops provide an informal, cutting edge venue for discussion of works in progress and future directions. Good workshops have helped to crystallize common problems, explicitly contrast competing frameworks, and clarify essential questions for a subfield or application area. Workshops are a structured means of bringing together people [&#8230;]</p>
<p>The post <a href="https://celiacintas.io/call-for-post-conference-workshops-at-iclr-2023/">Call for Post-Conference Workshops at ICLR 2023</a> appeared first on <a href="https://celiacintas.io">Celia Cintas</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Happy to announce the <a href="https://iclr.cc/Conferences/2023/CallForWorkshops">CFP</a> for Workshops at ICLR 2023.</p>
<p>Workshops provide an informal, cutting edge venue for discussion of works in progress and future directions. Good workshops have helped to crystallize common problems, explicitly contrast competing frameworks, and clarify essential questions for a subfield or application area. Workshops are a structured means of bringing together people with common interests to form communities. Good workshops should include some form of community building.</p>
<p>Proposals should be submitted through an application using the <a href="https://cmt3.research.microsoft.com/ICLRWorkshops2023">CMT system</a>.</p>
<p><strong>Important dates for workshop submissions</strong></p>
<ul>
<li>Workshop Application Open: 19 September 2022</li>
<li><strong>Workshop Application Deadline: 21 October 2022</strong></li>
<li>Workshop Acceptance Notification: 28 November 2022</li>
<li>Suggested Submission Date for Workshop Contributions: 3rd February 2023</li>
<li>Mandatory Accept/Reject Notification Date: 3rd March 2023</li>
</ul>
<p>The criteria and process by which proposals will be assessed are described in the Guidance for <a href="https://docs.google.com/document/d/1Am1dk9gNh7qNrKeyq2meAh9-nQheYDU8yl0ZZqgL_pA/edit?usp=sharing">ICLR Workshop Proposals 2023</a>.</p>
<p>The post <a href="https://celiacintas.io/call-for-post-conference-workshops-at-iclr-2023/">Call for Post-Conference Workshops at ICLR 2023</a> appeared first on <a href="https://celiacintas.io">Celia Cintas</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Call for Presentations</title>
		<link>https://celiacintas.io/call-for-presentations/</link>
		
		<dc:creator><![CDATA[celiacintas-admin]]></dc:creator>
		<pubDate>Fri, 22 Jul 2022 11:56:31 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://celiacintas.io/?p=395</guid>

					<description><![CDATA[<p>CFP @ Trustworthy AI Workshop @ Deeplearning Indaba 2022 We’re looking for short presentations (10 to 15 minutes) related to: Audit techniques in data and ML models. Advances in algorithms and metrics for robust ML. Uncertainity quantification techniques and Fairness studies. Applications and research in data and model Privacy/Security. Methodologies or case studies for explainable [&#8230;]</p>
<p>The post <a href="https://celiacintas.io/call-for-presentations/">Call for Presentations</a> appeared first on <a href="https://celiacintas.io">Celia Cintas</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h3 id="cfp--trustworthy-ai-workshop--deeplearning-indaba-2022">CFP @ Trustworthy AI Workshop @ Deeplearning Indaba 2022</h3>
<p>We’re looking for short presentations (10 to 15 minutes) related to:</p>
<ul>
<li>Audit techniques in data and ML models.</li>
<li>Advances in algorithms and metrics for robust ML.</li>
<li>Uncertainity quantification techniques and Fairness studies.</li>
<li>Applications and research in data and model Privacy/Security.</li>
<li>Methodologies or case studies for explainable and transparent AI.</li>
</ul>
<p>If you’re interested in presenting you work at TrustAI Workshop, please submit your response <a href="https://forms.gle/19aJixpRX4PpvZZt8">here</a> before the <strong>1st of August 2022</strong>.</p>
<p>The post <a href="https://celiacintas.io/call-for-presentations/">Call for Presentations</a> appeared first on <a href="https://celiacintas.io">Celia Cintas</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>CFP of Practical Machine Learning for Developing Countries workshop at ICLR 2022</title>
		<link>https://celiacintas.io/cfp-of-practical-machine-learning-for-developing-countries-workshop-at-iclr-2022/</link>
		
		<dc:creator><![CDATA[celiacintas-admin]]></dc:creator>
		<pubDate>Tue, 18 Jan 2022 11:55:21 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://celiacintas.io/?p=393</guid>

					<description><![CDATA[<p>Happy to announce the CFP of Practical Machine Learning for Developing Countries workshop at ICLR 2022. We encourage contributions that highlight challenges of learning in low resource environments that are typical in developing countries. Deadline: February 25th 12:00 AM UTC. Practical Machine Learning for Developing Countries (PML4DC) workshop is a full-day event that has been running regularly [&#8230;]</p>
<p>The post <a href="https://celiacintas.io/cfp-of-practical-machine-learning-for-developing-countries-workshop-at-iclr-2022/">CFP of Practical Machine Learning for Developing Countries workshop at ICLR 2022</a> appeared first on <a href="https://celiacintas.io">Celia Cintas</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Happy to announce the <a href="https://pml4dc.github.io/iclr2022/cfp.html">CFP</a> of Practical Machine Learning for Developing Countries workshop at ICLR 2022. We encourage contributions that highlight challenges of learning in low resource environments that are typical in developing countries.</p>
<p><strong>Deadline: February 25th 12:00 AM UTC.</strong></p>
<p>Practical Machine Learning for Developing Countries (PML4DC) workshop is a full-day event that has been running regularly for the past 2 years in row at ICLR (past events include <a href="https://pml4dc.github.io/iclr2020/">PML4DC 2020</a> and <a href="https://pml4dc.github.io/iclr2021/">PML4DC 2021</a>). PML4DC aims to foster collaborations and build a cross-domain community by featuring invited talks, panel discussions, contributed presentations (oral and poster) and round-table mixers.</p>
<p>The post <a href="https://celiacintas.io/cfp-of-practical-machine-learning-for-developing-countries-workshop-at-iclr-2022/">CFP of Practical Machine Learning for Developing Countries workshop at ICLR 2022</a> appeared first on <a href="https://celiacintas.io">Celia Cintas</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Towards creativity characterization of generative models in the Activation Space</title>
		<link>https://celiacintas.io/towards-creativity-characterization-of-generative-models-in-the-activation-space/</link>
		
		<dc:creator><![CDATA[celiacintas-admin]]></dc:creator>
		<pubDate>Wed, 03 Mar 2021 13:44:48 +0000</pubDate>
				<category><![CDATA[new paper!]]></category>
		<guid isPermaLink="false">https://celiacintas.io/?p=68</guid>

					<description><![CDATA[<p>We’re going to be presenting some preliminary results in our work “Towards creativity characterization of generative models via group-based subset scanning” at Synthetic Data Generation Workshop at ICLR’21 Creativity is a process that provides novel and meaningful ideas. Current deep learning approaches open a new direction enabling the study of creativity from a knowledge acquisition perspective. Novelty generation using [&#8230;]</p>
<p>The post <a href="https://celiacintas.io/towards-creativity-characterization-of-generative-models-in-the-activation-space/">Towards creativity characterization of generative models in the Activation Space</a> appeared first on <a href="https://celiacintas.io">Celia Cintas</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>We’re going to be presenting some preliminary results in our work <a href="https://arxiv.org/pdf/2104.00479.pdf">“Towards creativity characterization of generative models via group-based subset scanning”</a> at <a href="https://sdg-quality-privacy-bias.github.io/papers/">Synthetic Data Generation Workshop at ICLR’21</a></p>
<p><img decoding="async" src="https://celiacintas.github.io/public/post/overview.png" alt="Overview" height="256px" /></p>
<p>Creativity is a process that <strong>provides novel and meaningful ideas</strong>. Current deep learning approaches open a new direction enabling the study of creativity from a knowledge acquisition perspective. Novelty generation using powerful deep generative models, such as Variational Autoencoders (VAEs) and Generative Adversarial Networks (GANs), have been attempted. However, such models <strong>discourage</strong> out-of-distribution generation to avoid instability and decrease spurious sample generation, <strong>limiting their creative</strong> generation potential. We propose <strong>group-based subset scanning</strong> to quantify, detect, and characterize creative processes by detecting a subset of anomalous <strong>node-activations in the hidden layers of generative models</strong>. Our experiments on original, typically decoded, and “creatively decoded” (Das et al., 2020) image datasets reveal that the proposed subset scores distribution is more <strong>useful for detecting creative processes in the activation space rather than the pixel space</strong>. Further, we found that creative samples generate larger subsets of anomalies than normal or non-creative samples across datasets. Also, the node activations highlighted during the creative decoding process are different from those responsible for normal sample generation.</p>
<p><img decoding="async" src="https://celiacintas.github.io/public/post/output.gif" alt="Poster" height="512px" /></p>
<p>The post <a href="https://celiacintas.io/towards-creativity-characterization-of-generative-models-in-the-activation-space/">Towards creativity characterization of generative models in the Activation Space</a> appeared first on <a href="https://celiacintas.io">Celia Cintas</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 

Served from: celiacintas.io @ 2026-06-28 15:01:33 by W3 Total Cache
-->