personal garden & website
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

95 lines
5.2 KiB

2 months ago
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="og:description" content="Cailean Finn's Garden ​(ง•_•)ง Artist * Creative Technologist" />
<meta name="description" content="Cailean Finn's Garden ​(ง•_•)ง Artist * Creative Technologist" />
2 months ago
<meta content="cailean.finn" property="og:title"/>
<meta content="cailean.finn" property="og:site_name"/>
2 months ago
<meta content="website" property="og:type"/>
<meta name="keywords" content="cailean finn, new media, art and technology, digital art" />
<meta name="robots" content="all" />
<title>cailean.finn</title>
<link rel="icon" type="image/png" href="/images/favicon/favicon-cf-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/images/favicon/favicon-cf-192x192.png" sizes="192x192">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Gothic+A1&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/css/styles.css">
</head>
<body>
<div id="main-container">
<div id="nav-container">
<div class="nav-emoji">
<a href="/"><div class="emoji-flip">​(ง•_•)ง</div></a>
</div>
<div class="nav-about"><a href="/about">​cailean.finn</a></div>
<div class="nav-emoji"><a href="/list">projects</a></div>
<div class="nav-emoji"><a href='/gallery'>gallery</a></div>
</div>
<div id="container">
<div id="project-container">
<div id="project-header">Stubborn Vectors, 2024</div>
<div id="project-tags">
<div class="project-tag">✳ Affetcion Mapping</div>
<div class="project-tag">✳ AI</div>
<div class="project-tag">✳ Embedded Computing</div>
</div>
<div id="project-cover">
<img src="/images/sv-image.webp">
</div>
<div id="project-body">
<p>Stubborn Vectors is an interactive installation that explores the computational gaze of computer vision systems, which often oversimplify the complexities of our corporeal selves.</p>
<p>Computer vision is deeply entwined with surveillance technologies, accelerating the extraction of information to classify, analyse, and predict human behaviours—often capturing far more than individuals intend to reveal. This work focuses on Affection Mapping, a branch of machine learning dedicated to classifying emotions using computer vision. However, emotions are complex, evolving in response to our families, environments, and personal histories. This inherent complexity exposes the limitations of models attempting to construct a rigid taxonomy of human emotion.</p>
<p>In their pursuit to classify and represent the physical world, these systems inadvertently reveal an unfamiliar umwelt—a new lens through which meaning is extracted and reality is interpreted. By examining this computational gaze, we can observe how these systems function, their inherent biases, and how they influence and bleed into our physical world.</p>
<p>The installation is built as a computational system composed of computer vision and machine learning models. A dataset of archived footage is processed through this system to detect, segment, and extract features from each frame, with each feature represented as a multi-dimensional vector or embedding. This data is then sorted, reduced in dimensionality, and mapped into a two-dimensional space, creating a human-readable representation of the system's latent space. Using custom-built controllers, users can query the system with an emotional state, prompting it to navigate toward its nearest embedding within the space.</p>
2 months ago
<p><img alt="sv-install" src="/images/stubborn-vectors/install-1.webp" title="sv install" /></p>
<p><img alt="sv-install" src="/images/stubborn-vectors/install-2.webp" title="sv install" /></p>
<p><img alt="sv-install" src="/images/stubborn-vectors/controller-emote.webp" title="sv install" /></p>
2 months ago
<p><img alt="sv-install" src="/images/stubborn-vectors/wip-sv-1.png" title="sv install" /></p>
<p><img alt="sv-install" src="/images/stubborn-vectors/cailean-finn-beta-wip-1.jpg" title="sv install" /></p>
<p><img alt="sv-install" src="/images/stubborn-vectors/cailean-finn-beta-wip-3.jpg" title="sv install" /></p>
2 months ago
<p><img alt="sv-install" src="/images/stubborn-vectors/controller-stand.webp" title="sv install" /></p>
<p><img alt="sv-install" src="/images/stubborn-vectors/pcb.webp" title="sv install" /></p>
<p><img alt="sv-install" src="/images/stubborn-vectors/face.webp" title="sv install" /></p>
2 months ago
<p><img alt="sv-install" src="/images/stubborn-vectors/some-text.png" title="sv install" /></p>
</div>
<div id="project-showcase">
<div id="pr-header">Exhibited:</div>
<div id="showcase-cont">
<div class="showcase">
<p>(2024)
Beta Festival,
Dublin</p>
</div>
</div>
</div>
<div id="modified-time">
<h4>Last Modified: </h4>
2 months ago
<p> Tue Nov 5 09:55:44 2024</p>
2 months ago
</div>
</div>
</div>
</div>
</body>
</html>