Difference between revisions of "Research"

From The Circuits and Biology Lab at UMN
Jump to navigationJump to search
 
 
(43 intermediate revisions by the same user not shown)
Line 1: Line 1:
"''You see things; and you say, 'Why?' But I dream things that never were; and I say, 'Why not?'"––'' '''George Bernard Shaw''' (1856 –1950)
"''You see things; and you say, 'Why?' But I dream things that never were; and I say, 'Why not?'"''


Our research spans different disciplines ranging from digital circuit design, to algorithms, to mathematics, to synthetic biology. It tends to be ''inductive'' (as opposed to ''deductive'') and ''conceptual'' (as opposed to ''applied''). A recurring theme is building systems that compute in novel or unexpected ways with new and emerging technologies. Often, the task of ''analyzing'' the way things work in a new technology is straightforward; however the task of ''synthesizing'' new computational constructs is more challenging.
''––'' '''George Bernard Shaw''' (1856 –1950)


==Computing with Random Bit Streams==
Our research spans different disciplines ranging from digital circuit design, to algorithms, to mathematics, to synthetic biology. It tends to be ''inductive'' (as opposed to ''deductive'') and ''conceptual'' (as opposed to ''applied''). A recurring theme is building systems that compute in novel or unexpected ways with new and emerging technologies. 
==Storing Data with Molecules==
''All new ideas pass through three stages:''
# ''It can't be done.''
# ''It probably can be done, but it's not worth doing.''
# ''I knew it was a good idea all along!''
''––'''''Arthur C. Clarke (1917–2008)'''
 
Ever since Watson and Crick first described the molecular structure of DNA, its information-bearing potential has been apparent. With each nucleotide in the sequence drawn from the four-valued alphabet of {A, T , C, G}, a molecule of DNA with ''n'' nucleotides stores ''2n'' bits of data. 
* Could we store data for our computer systems in DNA? ''"Can't be done '''–''''' ''too hard."''
* Is it worth doing? ''"Definitely not. It will never work as well as our hard drives do."''
* But one can store so much data so efficiently! "''I knew it was a good idea all along!''"
<br>
 
{|
|
{| style="background:#F0E68C"
|- valign="top"
| width="100" |'''title''':
| width="500" |[http://mriedel.ece.umn.edu/wiki/images/8/8f/Manicka_Stephan_Chari_Mendonsa_Okubo_Stolzberg-Schray_Reddy_Riedel_Automated_Routing_of_Droplets_for_DNA_Storage_on_a_Digital_Microfluidics_Platform.pdf Automated Routing of Droplets for DNA Storage on a Digital Microfluidics Platform]
|- valign="top"
|'''authors''':
|[http://mriedel.ece.umn.edu/wiki/index.php/Ajay_Manicka Ajay Manicka], Andrew Stephan, Sriram Chari, Gemma Mendonsa,
Peyton Okubo, John Stolzberg-Schray, Anil Reddy, and [http://mriedel.ece.umn.edu/wiki/index.php/Marc_Riedel Marc Riedel]
|- valign="top"
|'''appeared in''':
|[https://pubs.rsc.org/en/content/articlepdf/2023/DD/D3DD00083D?page=search Royal Society of Chemistry &ndash; Digital Discovery], Vol. 2, pp. 1436&ndash;1451, 2023
|}
| width="70" align="center" |<span class="plainlinks"> [https://mriedel.ece.umn.edu/wiki/images/8/8f/Manicka_Stephan_Chari_Mendonsa_Okubo_Stolzberg-Schray_Reddy_Riedel_Automated_Routing_of_Droplets_for_DNA_Storage_on_a_Digital_Microfluidics_Platform.pdf http://mriedel.ece.umn.edu/wiki/images/0/04/Pdf.jpg]</span>
 
[http://mriedel.ece.umn.edu/wiki/images/8/8f/Manicka_Stephan_Chari_Mendonsa_Okubo_Stolzberg-Schray_Reddy_Riedel_Automated_Routing_of_Droplets_for_DNA_Storage_on_a_Digital_Microfluidics_Platform.pdf Paper]
| width="70" align="center" |<span class="plainlinks">[https://mriedel.ece.umn.edu/wiki/images/1/11/Dna-storage-and-computing.pptx http://mriedel.ece.umn.edu/wiki/images/3/36/Ppt.jpg]</span>


"''To invent, all you need is a pile of junk and a good imagination.''"  &ndash;&ndash; '''Thomas A. Edison''' (1847&ndash;1931)
[https://mriedel.ece.umn.edu/wiki/images/1/11/Dna-storage-and-computing.pptx Slides]
|}
<br>
[[File:Dna-computing-dalle.jpg|center|thumb|Storing data in DNA.]]
<br>


Humans are accustomed to counting in a positional number system &ndash; [http://en.wikipedia.org/wiki/Decimal decimal] radix.  Nearly all computer systems operate on another positional number system &ndash; [http://en.wikipedia.org/wiki/Binary_numeral_system binary] radix. From the standpoint of ''representation'', such positional systems are compact: given a radix ''b'', one can represent ''b<sup>n</sup>'' distinct numbers with ''n'' digits. However, from the standpoint of ''computation'', positional systems impose a burden: for each operation such as addition or multiplication, the signal must be "''decoded''", with each digit weighted according to its position. The result must be "''encoded''" back in positional form. Any student who has designed a [http://en.wikipedia.org/wiki/Binary_multiplier binary multiplier] in a course on [[EE2301 | logic design]] can appreciate all the complexity that goes into wiring up such an operation.
==Computing with Molecules==


==== Logic that Operates on Probabilities ====
"''Biology is the most powerful technology ever created. DNA is software, protein are hardware, cells are factories''."


We advocate an alternative representation: random bit streams where the signal value is encoded by the probability of obtaining a one versus a zero. This representation is much less compact than binary radix. However, complex operations can be performed with very simple logic. For instance, multiplication can be performed with a single AND gate; scaled addition can be performed with a multiplexer (MUX)
&ndash;&ndash;'''Arvind Gupta (1953&ndash; )'''


{| align="center"
Computing has escaped! It has gone from desktops and data centers into the wild. Embedded microcontrollers – found in our gadgets, our buildings, and even our bodies – are transforming our lives. And yet, there are limits to where silicon can go and where it can compute effectively. It is a foreign object that requires a electrical power source.  
| [[Image:stochastic-multiplier.png|center|thumb|350px|'''Multiplication''' with an AND gate. Here the variables represents the ''probabilities'' of obtaining a 1 versus a 0 in stochastic bit streams. The AND gate produces an output probability <math>c</math> that is the product of the of the input probabilities <math>a</math> and <math>b</math>.]]
||&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
|| [[Image:stochastic-adder.png|thumb|320px|'''Scaled addition''' with a multiplexer (MUX).
Given input probabilities <math>a</math>, <math>b</math> and <math>s</math>, the MUX produces an output probability <math>c = a s + (1 - s) b</math>.]]
|}


We have developed a general method for synthesizing digital circuitry that computes on such stochastic bit streams. Our method can be used to synthesize arbitrary polynomial functions. Through polynomial approximations, it can also be used to synthesize non-polynomial functions. Because the representation is uniform, with all bits weighted equally, the resulting circuits are highly tolerant of [http://en.wikipedia.org/wiki/Soft_error soft errors] (i.e., bit flips).  
We are studying novel types of computing systems that are not foreign, but rather an integral part of their physical and chemical environments: systems that compute ''directly'' with molecules. A simple but radical idea: compute with '''acids''' and '''bases'''. An acidic solution corresponds to a "1" and a basic solution to "0".
<br>
{|
{|
|  
|
{| style="background:#F0E68C"
{| style="background:#F0E68C"
|- valign="top"
|- valign="top"
| width="100" | '''title''':
| width="100" |'''title''':
| width="500" | [[Media:Qian_Riedel_Synthesizing_Logical_Computation_on_Stochastic_Bit_Streams.pdf | Synthesizing Logical Computation on Stochastic Bit Streams]]
| width="500" |[http://mriedel.ece.umn.edu/wiki/images/0/02/Agiza_Oakley_Rosenstein_Rubenstein_Kim_Riedel_Reda_Digital_Circuits_and_Neural_Networks_Based_on_Acid-Base_Chemistry_Implemented_by_Robotic_Fluid_Handling.pdf Digital Circuits and Neural Networks Based on Acid-Base Chemistry Implemented by Robotic Fluid Handling]
|- valign="top"
| '''authors''':
| [[Weikang Qian]] and [[Marc Riedel]]
|- valign="top"
|- valign="top"
| '''appeared as''':
|'''authors''':
| Techincal Report, UMN
|[https://cs.brown.edu/people/grad/aagiza/ Ahmed Agiza], [https://www.linkedin.com/in/kady-oakley-5b05a75b Kady Oakley], [http://rosenstein.engin.brown.edu/ Jacob Rosenstein], [https://rubenstein.group/authors/brenda-rubenstein/ Brenda Rubenstein],
[https://sites.brown.edu/kim-chemistry/eunsuk-kim/ Eunsuk Kim], [http://mriedel.ece.umn.edu/wiki/index.php/Marc_Riedel Marc Riedel], and [https://vivo.brown.edu/display/sreda Sherief Reda]
|- valign="top"
|- valign="top"
|'''appeared in''':
|[https://www.nature.com/articles/s41467-023-36206-8 '''Nature Communications'''], Vol. 14, No. 496, 2023
|}
|}
| align="center" width="70" |
|}
<span class="plainlinks">
<br>
[http://cadbio.com/wiki/images/6/64/Qian_Riedel_Synthesizing_Logical_Computation_on_Stochastic_Bit_Streams.pdf http://mriedel.ece.umn.edu/wiki/images/0/04/Pdf.jpg]</span>
 
[[File:Computing-with-chemistry.jpg|center|thumb|450x450px|Computing with Acids and Bases]]
<br>
<br>
[[Media:Qian_Riedel_Synthesizing_Logical_Computation_on_Stochastic_Bit_Streams.pdf  | Paper]]
 
| align="center" width="70" |
It's more complex that acids and bases, but DNA is a terrific chassis for computing. We have developed "'''CS 101'''" algorithms with DNA: ''Sorting, Shifting'' and ''Searching'':
<span class="plainlinks">[http://mriedel.ece.umn.edu/files/Riedel_Synthesizing_Logical_Computation_on_Stochastic_Bit_Streams.pptx http://mriedel.ece.umn.edu/wiki/images/3/36/Ppt.jpg]</span>
<br>[http://mriedel.ece.umn.edu/files/Riedel_Synthesizing_Logical_Computation_on_Stochastic_Bit_Streams.pptx Slides]
|}
{|
{|
|
|
Line 49: Line 78:
|- valign="top"
|- valign="top"
| width="100" | '''title''':
| width="100" | '''title''':
| width="500" | [[Media:Li_Lilja_Qian_Riedel_Bazargan_Logical_Computation_on_Stochastic_Bit_Streams_with_Linear_Finite_State_Machines.pdf | Logical Computation on Stochastic Bit Streams with Linear Finite State Machines]]
| width="500" | [https://mriedel.ece.umn.edu/wiki/images/b/b2/Solanki-chen-riedel-parallel-pairwise-operations-on-data-stored-in-dna-sorting-xor-shifting-and-searching.pdf Parallel Pairwise Operations on Data Stored in DNA: Sorting, XOR, Shifting, and Searching]
|- valign="top"
|- valign="top"
| '''authors''':
| '''authors''':
| [http://www.ece.umn.edu/~lipeng/ Peng Li], [http://www.arctic.umn.edu/lilja.shtml David Lilja], [[Weikang Qian]],[http://www.ece.umn.edu/users/kia/ Kia Bazargan] and [[Marc Riedel]]  
| [[Arnav Solanki]], [[Tonglin Chen]], and [[Marc Riedel]]
|- valign="top"  
 
|- valign="top"
| '''appeared in''':
| '''appeared in''':
| [http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=6307798 IEEE Transactions on Computers], Vol. 63, No. 6., pp. 1474&ndash;1486, 2014
| [https://link.springer.com/article/10.1007/s11047-023-09964-z Natural Computing], 2023
|- valign="top"  
|- valign="top"  
| '''presented at''':
| '''presented&nbsp;at''':
| [http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=6165056 IEEE/ACM Asia and South Pacific Design Automation Conference],<br>Sydney, Australia, 2012
| [https://drops.dagstuhl.de/opus/portals/lipics/index.php?semnr=16207 International Conference on DNA Computing and Molecular Programming], 2021
|}
|}
| align="center" width="70" |  
| width="70" align="center" |
<span class="plainlinks">
<span class="plainlinks">[https://mriedel.ece.umn.edu/wiki/images/b/b2/Solanki-chen-riedel-parallel-pairwise-operations-on-data-stored-in-dna-sorting-xor-shifting-and-searching.pdf http://mriedel.ece.umn.edu/wiki/images/0/04/Pdf.jpg]</span>
[http://cctbio.ece.umn.edu/wiki/images/7/7c/Li_Lilja_Qian_Riedel_Bazargan_Logical_Computation_on_Stochastic_Bit_Streams_with_Linear_Finite_State_Machines.pdf http://mriedel.ece.umn.edu/wiki/images/0/04/Pdf.jpg]</span>
<br>[https://mriedel.ece.umn.edu/wiki/images/b/b2/Solanki-chen-riedel-parallel-pairwise-operations-on-data-stored-in-dna-sorting-xor-shifting-and-searching.pdf Paper]
<br>
| width="70" align="center" |  
[[Media:Li_Lilja_Qian_Riedel_Bazargan_Logical_Computation_on_Stochastic_Bit_Streams_with_Linear_Finite_State_Machines.pdf | Paper]]
<span class="plainlinks">[http://mriedel.ece.umn.edu/wiki/images/d/d5/DNA27_Presentation.pdf http://mriedel.ece.umn.edu/wiki/images/3/36/Ppt.jpg]</span>
<br> [http://mriedel.ece.umn.edu/wiki/images/d/d5/DNA27_Presentation.pdf Slides]
|}
|}
 
Based on a bistable mechanism for representing bits, we have implemented logic gates such '''AND''', '''OR''', and '''XOR gates''', as well as sequential components such as  '''latches''' and '''flip-flops''' with DNA. Using these components, we have built full-fledged digital circuits such as a ''binary counters'' and ''linear feedback shift registers''.
====Logic that Generates Probabilities====
 
Schemes for probabilistic computation can exploit physical sources to generate random values in the form of bit streams. Generally, each source has a fixed bias and so provides bits that have a specific probability of being one versus zero. If many different probability values are required, it can be difficult or expensive to generate all of these directly from physical sources. In this work, we demonstrate novel techniques for synthesizing combinational logic that transforms a set of ''source'' probabilities into different ''target'' probabilities.
<!--The problem I consider is: given a set ''S'' of ''n'' probabilistic inputs with probabilities ''p''<sub>1</sub>, ..., ''p''<sub><I>n</I></sub> of being one and a target probability ''q'', how can we synthesize a combinational circuit that takes inputs from the set ''S'' and produces an output with probability ''q'' of being one?-->
 
[[File:Generate_Probabilities_Example.png|center|frame|Given a set ''S'' of source probabilities {0.4, 0.5}, we can synthesize a combinational circuit to generate an arbitrary ''decimal'' output probability. The example shows how to generate 0.119. Each AND gate performs a multiplication and each inverter performs a "one-minus" operation.]]
 
{|
{|
|
|  
{| style="background:#F0E68C"
{| style="background:#F0E68C"
|- valign="top"
|- valign="top"
| width="100" | '''title''':
| width="100" | '''title''':
| width="500" | [[Media:Qian_Riedel_Zhou_Bruck_Transforming_Probabilities_with_Combinational_Logic.pdf | Transforming Probabilities with Combinational Logic]]
| width="500" | [[Media:Jiang_Riedel_Parhi_Digital_Logic_with_Molecular_Reactions.pdf | Digital Logic with Molecular Reactions]]
|- valign="top"
|- valign="top"
| '''authors''':
| '''authors''':
| [[Weikang Qian]], [[Marc Riedel]], [http://paradise.caltech.edu/~hzhou/ Hongchao Zhou], and [http://paradise.caltech.edu/bruck.html Jehoshua Bruck]
| [[Hua Jiang]], [[Marc Riedel]], [http://www.ece.umn.edu/users/parhi Keshab Parhi]
|- valign="top"
| '''will appear in''':
| [http://tcad.polito.it/ IEEE Trans. on Computer-Aided Design of Integrated Circuits and Systems], 2012.
|- valign="top"
|- valign="top"
| '''presented&nbsp;at''':
| '''presented&nbsp;at''':
| [http://www.iccad.com/events/eventdetails.aspx?id=106-5-C International Conference on Computer-Aided Design], San Jose, 2009<br>(nominated for '''IEEE/ACM William J. McCalla ICCAD Best Paper Award''').
| [http://www.iccad.com The International Conference on Computer-Aided Design], San Jose, CA, 2013.
|}
|}
| align="center" width="70" |  
| align="center" width="70" |  
<span class="plainlinks">
<span class="plainlinks">[http://cctbio.ece.umn.edu/wiki/images/c/cf/Jiang_Riedel_Parhi_Digital_Logic_with_Molecular_Reactions.pdf http://mriedel.ece.umn.edu/wiki/images/0/04/Pdf.jpg]</span>
[http://cadbio.com/wiki/images/d/db/Qian_Riedel_Zhou_Bruck_Transforming_Probabilities_with_Combinational_Logic.pdf http://mriedel.ece.umn.edu/wiki/images/0/04/Pdf.jpg]</span>
<br>[[Media:Jiang_Riedel_Parhi_Digital_Logic_with_Molecular_Reactions.pdf | Paper]]
<br>
[[Media:Qian_Riedel_Zhou_Bruck_Transforming_Probabilities_with_Combinational_Logic.pdf | Paper]]
| align="center" width="70" |
<span class="plainlinks">[http://mriedel.ece.umn.edu/files/Qian_Riedel_Bazargan_Lilja_The_Synthesis_of_Combinational_Logic_to_Generate_Probabilities.ppt http://mriedel.ece.umn.edu/wiki/images/3/36/Ppt.jpg]</span>
<br> [http://mriedel.ece.umn.edu/files/Qian_Riedel_Bazargan_Lilja_The_Synthesis_of_Combinational_Logic_to_Generate_Probabilities.ppt Slides]
|}
|}


====Computing with Crappy Clocks====
[[Image:dna-logic-gates.gif|center|thumb|450px| Simulations of DNA implementation of logic gates. The input signals are molecular concentrations X and Y; the output signal is a molecular concentration Z. (A) AND gate. (B) OR gate. (C) NOR gate. (D) XOR gate.]]
Also, we have performed signal processing including operations such as '''filtering''' and '''fast-fourier transforms (FFTs)''' with DNA.


Clock distribution networks are a significant source of power consumption and a major design bottleneck for high-performance circuits. We have proposed a radically new approach: splitting clock domains at a very fine level, with domains consisting of only a handful of gates each. These domains are synchrnonized by "crappy clocks", generated locally with inverter rings. This is feasible if one adopts the paradigm of computing on randomized bit streams.
[[File:polysynchronous-and.png|center|frame|thumb|Stochastic multiplication using an AND gate with unsynchronized random bit streams. The stochastic paradigm can tolerate arbitrarly high clock skew. Accordingly, one can replace an expensive global clock distribution network with cheap local clocks, generated by inverter rings &ndash; "crappy clocks".]]
{|
{|
|
|
Line 109: Line 124:
|- valign="top"
|- valign="top"
| width="100" | '''title''':
| width="100" | '''title''':
| width="500" | [[Media: Najafi_Lilja_Riedel_Bazargan_Polysynchronous_Stochastic_Circuits.pdf | Polysynchronous Stochastic Circuits]]
| width="500" | [[Media:Jiang_Salehi_Riedel_Parhi_Discrete-Time_Signal_Processing_with_DNA.pdf | Discrete-Time Signal Processing with DNA]]
|- valign="top"
|- valign="top"
| '''authors''':
| '''authors''':
| [[M. Hassan_Najafi]], [http://www.arctic.umn.edu/lilja.shtml David Lilja], [[Marc Riedel]], and [http://www.ece.umn.edu/users/kia/ Kia Bazargan]
| [[Hua Jiang]], Ahmed Salehi, [[Marc Riedel]] and [http://www.ece.umn.edu/users/parhi Keshab Parhi]
|- valign="top"  
|- valign="top"
| '''to appear in''':
| '''appeared&nbsp;in''':
| [http://www.amsv.umac.mo/aspdac2016/ IEEE/ACM Asia and South Pacific Design Automation Conference], 2016
| [http://pubs.acs.org/doi/abs/10.1021/sb300087n ACS Synthetic Biology], Vol. 2 no. 5, pp. 245&ndash;254, 2013.<br>[[Media:Jiang_Salehi_Riedel_Parhi_Discrete-Time_Signal_Processing_with_DNA_Appendix.pdf | Supplementary Information: List of Reactions]]
|- valign="top"
| '''appeared&nbsp;in''':
| [http://www.computer.org/portal/web/dt IEEE Design & Test of Computers], Vol. 29, No. 3, pp. 21&ndash;31, 2012.
|- valign="top"
| '''presented at''':
| [http://www.iccad.com/ IEEE/ACM International Conference on Computer-Aided Design],<br> San Jose, CA, 2010.
|- valign="top"
| '''presented at''':
| [http://www.wikicfp.com/cfp/servlet/event.showcfp?eventid=7703&copyownerid=8242 IEEE Workshop on Signal Processing Systems], San Francisco, 2010
|}
|}
| align="center" width="70" |  
| align="center" width="70" |  
<span class="plainlinks">
<span class="plainlinks">
[http://cctbio.ece.umn.edu/wiki/images/e/ec/Najafi_Lilja_Riedel_Bazargan_Polysynchronous_Stochastic_Circuits.pdf http://mriedel.ece.umn.edu/wiki/images/0/04/Pdf.jpg]</span>
[http://mriedel.ece.umn.edu/wiki/images/3/36/Jiang_Salehi_Riedel_Parhi_Discrete-Time_Signal_Processing_with_DNA.pdf http://mriedel.ece.umn.edu/wiki/images/0/04/Pdf.jpg]</span>
<br> [http://mriedel.ece.umn.edu/wiki/images/3/36/Jiang_Salehi_Riedel_Parhi_Discrete-Time_Signal_Processing_with_DNA.pdf Paper]
| align="center" width="70" |
<span class="plainlinks">
[http://mriedel.ece.umn.edu/wiki/images/2/2a/Jiang_Kharam_Riedel_Parhi_Digital_Signal_Processing_with_Biomolecular_Reactions.pptx http://mriedel.ece.umn.edu/wiki/images/3/36/Ppt.jpg]</span>
<br> [http://mriedel.ece.umn.edu/wiki/images/2/2a/Jiang_Kharam_Riedel_Parhi_Digital_Signal_Processing_with_Biomolecular_Reactions.pptx Slides]
|}
 
<br>
<br>
[[Media:Najafi_Lilja_Riedel_Bazargan_Polysynchronous_Stochastic_Circuits.pdf | Paper]]
 
|}
 
[[Image:moving-average-filter-simulation.gif|center|thumb|400px|Simulations of DNA implementation of a '''moving-average FIR filter'''. This filter removes the high-frequency component from an input signal, producing an output signal consisting of only the low-frequency component. Here the "signals" are molecular concentrations.]]


Please see our "[[Papers,_Theses,_and_Presentations |Publications]]" page for more of our papers on these topics.
Please see our "[[Papers,_Theses,_and_Presentations |Publications]]" page for more of our papers on these topics.


==Computing with Molecules==
==Computational Immunology==
 
“''Physics is the study of the simple things in the Universe. Biology is the study of the complex ones.'' ”


“''If I can’t create it, I don’t understand it.''” &ndash;&ndash; '''Richard Feynman''' (1918&ndash;1988)
&ndash;&ndash; '''Richard Dawkins''' (1941&ndash; )


The theory of [http://en.wikipedia.org/wiki/Chemical_kinetics mass-action kinetics] underpins our understanding of biological and chemical systems. It is a simple and elegant formalism: molecular reactions define ''rules'' according to which reactants form products; each rule fires at a ''rate'' that is proportional to the quantities of the corresponding reactants that are present. Just as electronic systems implement computation in terms of '''voltage''' (''energy per unit charge''), we can conceive of molecular systems that compute in terms of '''chemical concentrations''' (''molecules per unit volume''). We are studying techniques for implementing a variety of computational constructs with molecular reactions such as logic, memory, arithmetic, and signal processing. Although conceptual, we target [http://pubs.acs.org/doi/pdfplus/10.1021/ja906987s DNA Strand Displacement] as our experimental chassis.
We are studying a problem that computer science currently judges to be very difficult: '''''predicting cellular immunity'''''. It centers on the question of how strongly molecules binds to one another. The molecules in question are ''peptides'' – fragments of proteins from a virus  – binding to cell-surface receptors. A peptide will only bind if it fits like a key into a lock.  
<br>
{| align="center"
{| align="center"
||
||
[[Image:molecular-reactions-are-rules.gif|center|thumb|300px|Molecular reactions define ''rules'' according to which reactants form products. Here molecules of type A combine with molecules of type B to form molecules of type C, at a rate proportional to the molecular concentrations of A and B as well as a rate constant ''k''.]]
[[Image:Peptide1.PNG|center|thumb|500px|A peptide (in blue) bound to a MHC Class I protein (in yellow).]]
||
||
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
||
||
[[Image:branch-migration.png|center|thumb|300px|We map abstract molecular reactions to DNA reactions. Through a process
called [http://pubs.acs.org/doi/pdfplus/10.1021/ja906987s DNA strand displacement], single strands of DNA displace parts of double strands, releasing other single strands.]]
|}
|}


'''Computational Constructs'''
The binding is a critical step in a critical component of the immune system: it allows circulating '''T-cells to kill off infected cells.''' If this mechanism succeeds, an infection is stopped in its tracks. If it fails, then infected cells become factories for reproducing copies of the virus; full-blown disease results. Given a novel pathogen, such as SARS-Cov-2, predicting whether the immune system of an individual will do its job at fighting off the disease comes down to predicting how well the viral peptides bind to the cell-surface receptors of that person. We are tackling the problem with cloud computing resources, donated by [https://blogs.oracle.com/research/post/announcing-inaugural-cohort-oracle-research-fellows Oracle]:
{|
|
{| style="background:#F0E68C"
|- valign="top"
| width="100" | '''title''':
| width="500" | [https://mriedel.ece.umn.edu/wiki/images/d/d5/UMN_Mayo_CHIP_Center.pdf The UMN/Mayo Computational Human Immuno-Peptidome (CHIP) Project]
|- valign="top"
| '''Investigator''':
|  [[Marc Riedel]]
|- valign="top"
| '''Agency''':
| [https://www.oracle.com/research/ Oracle]
|- valign="top"
| '''Program''':
| [https://blogs.oracle.com/research/post/announcing-inaugural-cohort-oracle-research-fellows Oracle Research Fellowship]
|- valign="top"
| '''Award''':
| $200,000
|- valign="top"
| '''Duration''':
| 2022 &ndash; 2024
|}
| width="70" align="center" |
<span class="plainlinks">
[https://mriedel.ece.umn.edu/wiki/images/d/d5/UMN_Mayo_CHIP_Center.pdf http://mriedel.ece.umn.edu/wiki/images/0/04/Pdf.jpg]</span>
<br>[https://mriedel.ece.umn.edu/wiki/images/d/d5/UMN_Mayo_CHIP_Center.pdf Proposal]
|}
 
==Computing with Random Bit Streams==
 
"''To invent, all you need is a pile of junk and a good imagination.''"  &ndash;&ndash; '''Thomas A. Edison''' (1847&ndash;1931)
 
Humans are accustomed to counting in a positional number system &ndash; [http://en.wikipedia.org/wiki/Decimal decimal] radix.  Nearly all computer systems operate on another &ndash; [http://en.wikipedia.org/wiki/Binary_numeral_system binary] radix. We are so accustomed to these systems that it counterintuitive to ask: ''can we compute using a different representatio''n? and ''why would we want to''?
 
==== Stochastic Logic ====
 
We advocate an alternative representation: computing on random bit streams, where the signal value is encoded by the probability of obtaining a one versus a zero. Why compute this way? Using '''stochastic logic''', we can compute complex functions with very, very simple circuits. For instance, we can perform multiplication with a single AND gate and addition with a single MUX:   
 
{| align="center"
| [[Image:stochastic-multiplier.png|center|thumb|350px|'''Multiplication''' with an AND gate. Here the variables represents the ''probabilities'' of obtaining a 1 versus a 0 in stochastic bit streams. The AND gate produces an output probability <math>c</math> that is the product of the of the input probabilities <math>a</math> and <math>b</math>.]]
||&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
|| [[Image:stochastic-adder.png|thumb|320px|'''Scaled addition''' with a multiplexer (MUX).
Given input probabilities <math>a</math>, <math>b</math> and <math>s</math>, the MUX produces an output probability <math>c = a s + (1 - s) b</math>.]]
|}   


We have developed a strategy for implementing digital logic with molecular reactions. Based on a bistable mechanism for representing bits, we implement a constituent set of logical components, including combinational components such as '''AND''', '''OR''', and '''XOR gates''', as well as sequential components such as '''D latches''' and '''D flip-flops'''. Using these components, we build full-fledged digital circuits such as a ''binary counters'' and ''linear feedback shift registers''.
Using conventional binary, building a circuit that computes, say a polynomial approximation to a trigonometric function such as ''tanh(x)'' or ''cos(x),'' requires ''thousands'' of logic gates. With stochastic logic, we have shown that we can compute such functions with about a ''dozen'' logic gates, so a '''100X reduction in gate count'''. Our most important contribution is a '''general methodology for synthesizing polynomial functions''' with stochastic logic, one of the seminal contributions to the field:   


{|
{|
|  
|
{| style="background:#F0E68C"
{| style="background:#F0E68C"
|- valign="top"
|- valign="top"
| width="100" | '''title''':
| width="100" | '''title''':
| width="500" | [[Media:Jiang_Riedel_Parhi_Digital_Logic_with_Molecular_Reactions.pdf | Digital Logic with Molecular Reactions]]
| width="500" | [//mriedel.ece.umn.edu/wiki/images/2/21/Qian_Li_Riedel_Bazargan_Lilja_An_Architecture_for_Fault-Tolerant_Computation_with_Stochastic_Logic.pdf An Architecture for Fault-Tolerant Computation with Stochastic Logic]
|- valign="top"
|- valign="top"
| '''authors''':
| '''authors''':
| [[Hua Jiang]], [[Marc Riedel]], [http://www.ece.umn.edu/users/parhi Keshab Parhi]
| [[Weikang Qian]], [http://www.arctic.umn.edu/people.shtml Xin Li], [[Marc Riedel]], [http://www.ece.umn.edu/users/kia/ Kia Bazargan], and [http://www.arctic.umn.edu/lilja.shtml David Lilja]
|- valign="top"
|- valign="top"  
| '''presented&nbsp;at''':
| '''appeared in''':
| [http://www.iccad.com The International Conference on Computer-Aided Design], San Jose, CA, 2013.
| [http://ieeexplore.ieee.org/xpl/freeabs_all.jsp?arnumber=5601694 IEEE Transactions on Computers], Vol. 60, No. 1, pp. 93&ndash;105, 2011
|}
|}
| align="center" width="70" |  
| width="70" align="center" |  
<span class="plainlinks">[http://cctbio.ece.umn.edu/wiki/images/c/cf/Jiang_Riedel_Parhi_Digital_Logic_with_Molecular_Reactions.pdf http://mriedel.ece.umn.edu/wiki/images/0/04/Pdf.jpg]</span>
<span class="plainlinks">
<br>[[Media:Jiang_Riedel_Parhi_Digital_Logic_with_Molecular_Reactions.pdf | Paper]]
[http://cadbio.com/wiki/images/2/21/Qian_Li_Riedel_Bazargan_Lilja_An_Architecture_for_Fault-Tolerant_Computation_with_Stochastic_Logic.pdf http://mriedel.ece.umn.edu/wiki/images/0/04/Pdf.jpg]</span>
<br>
[//mriedel.ece.umn.edu/wiki/images/2/21/Qian_Li_Riedel_Bazargan_Lilja_An_Architecture_for_Fault-Tolerant_Computation_with_Stochastic_Logic.pdf Paper]
|}
|}


We have developed a strategy for implementing arithmetic with molecular reactions &ndash; operations such as '''increments & decrements''', '''multiplication''', '''logarithms''', and '''exponentiation'''. Try out our [http://mriedel.ece.umn.edu/chem-compiler/chem-compiler.pl compiler]: it translates arbitrary constructs from a '''C-like language''' into a robust implementation with molecular reactions.
====Logic that Generates Probabilities====
 
We have also shown how to synthesize logic that transforms a set of ''source'' probabilities into different ''target'' probabilities.
[[File:Generate_Probabilities_Example.png|center|frame|Given a set ''S'' of source probabilities {0.4, 0.5}, we can synthesize a combinational circuit to generate an arbitrary ''decimal'' output probability. The example shows how to generate 0.119. Each AND gate performs a multiplication and each inverter performs a "one-minus" operation.]]


{|
{|
Line 171: Line 250:
|- valign="top"
|- valign="top"
| width="100" | '''title''':
| width="100" | '''title''':
| width="500" | [[Media:Senum_Riedel_Rate-Independent_Constructs_for_Chemical_Computation.pdf | Rate-Independent Constructs for Chemical Computation]]
| width="500" | [[Media:Qian_Riedel_Zhou_Bruck_Transforming_Probabilities_with_Combinational_Logic.pdf | Transforming Probabilities with Combinational Logic]]
|- valign="top"  
|- valign="top"
| '''authors''':
| '''authors''':
| [[Phil Senum]] and [[Marc Riedel]]
| [[Weikang Qian]], [[Marc Riedel]], [http://paradise.caltech.edu/~hzhou/ Hongchao Zhou], and [http://paradise.caltech.edu/bruck.html Jehoshua Bruck]
|- valign="top"
| '''will appear in''':
| [http://tcad.polito.it/ IEEE Trans. on Computer-Aided Design of Integrated Circuits and Systems], 2012.
|- valign="top"
|- valign="top"
| '''appeared in''':
| '''presented&nbsp;at''':
| [http://dx.plos.org/10.1371/journal.pone.0021414 PLoS ONE], Vol. 6, No. 6, 2011.<br>[[Rate_Independent_Constructs_Supplementary_Information | Supplementary Information]]
| [http://www.iccad.com/events/eventdetails.aspx?id=106-5-C International Conference on Computer-Aided Design], San Jose, 2009<br>(nominated for '''IEEE/ACM William J. McCalla ICCAD Best Paper Award''').
|}
|}
| align="center" width="70" |  
| align="center" width="70" |  
<span class="plainlinks">
<span class="plainlinks">
[http://mriedel.ece.umn.edu/wiki/images/d/db/Senum_Riedel_Rate-Independent_Constructs_for_Chemical_Computation.pdf http://mriedel.ece.umn.edu/wiki/images/0/04/Pdf.jpg]</span>
[http://cadbio.com/wiki/images/d/db/Qian_Riedel_Zhou_Bruck_Transforming_Probabilities_with_Combinational_Logic.pdf http://mriedel.ece.umn.edu/wiki/images/0/04/Pdf.jpg]</span>
<br> [http://mriedel.ece.umn.edu/wiki/images/d/db/Senum_Riedel_Rate-Independent_Constructs_for_Chemical_Computation.pdf Paper]
<br>
[[Media:Qian_Riedel_Zhou_Bruck_Transforming_Probabilities_with_Combinational_Logic.pdf | Paper]]
| align="center" width="70" |  
| align="center" width="70" |  
<span class="plainlinks">[http://mriedel.ece.umn.edu/wiki/images/d/d2/Senum_Riedel_Rate-Independent_Modules_for_Chemical_Computation.pptx http://mriedel.ece.umn.edu/wiki/images/3/36/Ppt.jpg]</span>
<span class="plainlinks">[http://mriedel.ece.umn.edu/files/Qian_Riedel_Bazargan_Lilja_The_Synthesis_of_Combinational_Logic_to_Generate_Probabilities.ppt http://mriedel.ece.umn.edu/wiki/images/3/36/Ppt.jpg]</span>
<br> [http://mriedel.ece.umn.edu/wiki/images/d/d2/Senum_Riedel_Rate-Independent_Modules_for_Chemical_Computation.pptx Slides]
<br> [http://mriedel.ece.umn.edu/files/Qian_Riedel_Bazargan_Lilja_The_Synthesis_of_Combinational_Logic_to_Generate_Probabilities.ppt Slides]
|}
|}


We have developed a strategy for implementing signal processing with molecular reactions including operations such as '''filtering'''. We have demonstrated robust designs for [http://en.wikipedia.org/wiki/Finite_impulse_response Finite-Impulse Response (FIR)], [http://en.wikipedia.org/wiki/Infinite_impulse_response Infinite-Impulse Response (IIR)] filters, and [http://en.wikipedia.org/wiki/Fast_Fourier_transform Fast Fourier Transforms (FFTs)].  
'''<big>A Deterministic Approach</big>'''
 
Having championed stochastic logic for many years, we decided to reexamine its foundations. Why can complex functions be computed with such simple circuits when we compute on probabilities? Intuition might suggest that somehow we are harnessing deep aspects of probability theory. ''This intuition is <u>wrong</u>''.
 
The keys is that we operate on uniform representation rather than a positional one. We showed that '''we can compute deterministically using the same structures that we use when computing stochastically.''' ''There is no need to do anything randomly!''  This upended the field that we had pioneered.


{|
{|
Line 195: Line 282:
|- valign="top"
|- valign="top"
| width="100" | '''title''':
| width="100" | '''title''':
| width="500" | [[Media:Jiang_Salehi_Riedel_Parhi_Discrete-Time_Signal_Processing_with_DNA.pdf | Discrete-Time Signal Processing with DNA]]
| width="500" | [//mriedel.ece.umn.edu/wiki/images/c/c9/Najafi_Jenson_Lilja_Riedel_Performing_Stochastic_Computation_Deterministically.pdf Performing Stochastic Computation Deterministically]
|- valign="top"
|- valign="top"
| '''authors''':
| '''authors''':
| [[Hua Jiang]], Ahmed Salehi, [[Marc Riedel]] and [http://www.ece.umn.edu/users/parhi Keshab Parhi]
| [[Devon Jenson]], [[M. Hassan Najafi]], [https://ece.umn.edu/directory/lilja-david/ David Lilja], and [[Marc Riedel]]
|- valign="top"
|- valign="top"
| '''appeared&nbsp;in''':
| '''appeared in''':
| [http://pubs.acs.org/doi/abs/10.1021/sb300087n ACS Synthetic Biology], Vol. 2 no. 5, pp. 245&ndash;254, 2013.<br>[[Media:Jiang_Salehi_Riedel_Parhi_Discrete-Time_Signal_Processing_with_DNA_Appendix.pdf | Supplementary Information: List of Reactions]]
| [https://ieeexplore.ieee.org/document/8793244 IEEE Trans. on Very Large Scale Integration Systems],<br>Vol. 27, No. 29, pp. 2925&ndash;2938, 2019
|- valign="top"
| '''appeared&nbsp;in''':
| [http://www.computer.org/portal/web/dt IEEE Design & Test of Computers], Vol. 29, No. 3, pp. 21&ndash;31, 2012.
|- valign="top"
|- valign="top"
| '''presented at''':
| '''presented at''':
| [http://www.iccad.com/ IEEE/ACM International Conference on Computer-Aided Design],<br> San Jose, CA, 2010.
| [https://iscas2020.org IEEE International Symposium of Circuits and Systems], 2020
|- valign="top"
|- valign="top"
| '''presented at''':
| '''presented at''':
| [http://www.wikicfp.com/cfp/servlet/event.showcfp?eventid=7703&copyownerid=8242 IEEE Workshop on Signal Processing Systems], San Francisco, 2010
| [http://www.ieee.org/conferences_events/conferences/conferencedetails/index.html?Conf_ID=38629 IEEE/ACM International Conference on Computer-Aided Design], 2016
|}
|}
| align="center" width="70" |
| width="70" align="center" |
<span class="plainlinks">
[http://mriedel.ece.umn.edu/wiki/images/3/36/Jiang_Salehi_Riedel_Parhi_Discrete-Time_Signal_Processing_with_DNA.pdf http://mriedel.ece.umn.edu/wiki/images/0/04/Pdf.jpg]</span>
<br> [http://mriedel.ece.umn.edu/wiki/images/3/36/Jiang_Salehi_Riedel_Parhi_Discrete-Time_Signal_Processing_with_DNA.pdf Paper]
| align="center" width="70" |  
<span class="plainlinks">
<span class="plainlinks">
[http://mriedel.ece.umn.edu/wiki/images/2/2a/Jiang_Kharam_Riedel_Parhi_Digital_Signal_Processing_with_Biomolecular_Reactions.pptx http://mriedel.ece.umn.edu/wiki/images/3/36/Ppt.jpg]</span>
[http://mriedel.ece.umn.edu/wiki/images/c/c9/Najafi_Jenson_Lilja_Riedel_Performing_Stochastic_Computation_Deterministically.pdf http://mriedel.ece.umn.edu/wiki/images/0/04/Pdf.jpg]</span>
<br> [http://mriedel.ece.umn.edu/wiki/images/2/2a/Jiang_Kharam_Riedel_Parhi_Digital_Signal_Processing_with_Biomolecular_Reactions.pptx Slides]
|}
 
<br>
<br>
{| align="center"
[//mriedel.ece.umn.edu/wiki/images/c/c9/Najafi_Jenson_Lilja_Riedel_Performing_Stochastic_Computation_Deterministically.pdf Paper]
 
| width="70" align="center" |
|
<span class="plainlinks">[http://cadbio.com/wiki/images/4/4f/Jenson_Riedel_A_Deterministic_Approach_to_Stochastic_Computing.pptx http://mriedel.ece.umn.edu/wiki/images/3/36/Ppt.jpg]</span>
[[Image:dna-logic-gates.gif|center|thumb|450px| Simulations of DNA implementation of logic gates. The input signals are molecular concentrations X and Y; the output signal is a molecular concentration Z. (A) AND gate. (B) OR gate. (C) NOR gate. (D) XOR gate.]]
<br>[http://cadbio.com/wiki/images/4/4f/Jenson_Riedel_A_Deterministic_Approach_to_Stochastic_Computing.pptx Slides]
||
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
||
[[Image:moving-average-filter-simulation.gif|center|thumb|400px|Simulations of DNA implementation of a '''moving-average FIR filter'''. This filter removes the high-frequency component from an input signal, producing an output signal consisting of only the low-frequency component. Here the "signals" are molecular concentrations.]]
||
|}
|}


The impetus for this research is not computation ''per se''. Molecular computation will never compete with conventional computers made of [http://en.wikipedia.org/wiki/Integrated_circuit silicon integrated circuits] for tasks such as number crunching. Chemical systems are inherently slow and messy, taking minutes or even hours to finish, and producing fragmented results. Rather, the goal is to create “'''embedded controllers'''” &ndash; viruses and bacteria that are engineered to perform useful molecular computation ''in situ'' where it is needed, for instance for drug delivery and biochemical sensing.
====Time-Encoded Computing====
[[Image:embedded-controller.png|center|thumb|350px|Molecular computation is applicable to the design of ''embedded controllers'': engineered bacteria and viruses for tasks such as drug delivery.]]


Please see our "[[Papers,_Theses,_and_Presentations |Publications]]" page for more of our papers on these topics.
Computing deterministically on bit streams really means that, instead of encoding data in '''''space''''', we encode them '''''time'''''. The time-encoding consists of periodic signals, with the value encoded as the fraction of the time that the signal is in the high (on) state compared to the low (off) state in each cycle.


==Computational Immunology==
“''Biology is the study of the complex things in the Universe. Physics is the study of the simple ones.''” &ndash;&ndash; '''Richard Dawkins''' (1941&ndash; )
Cellular immunity allows circulating T-cells to kill off infected cells. When a cell is infected with a virus, it hijacks the host cell’s machinery, forcing it to make viral proteins. Our cells have a defense mechanism: they chop up such proteins into fragments, called peptides, and transport them to the cell surface, bound to MHC I molecules. Presented this way on the cell surface, T-cells can identify a cell as being infected and can destroy it using toxins. If this mechanism succeeds, an infection is stopped in its tracks: T-cells kill off infected cells before they can do damage. If it fails, then infected cells become factories for reproducing copies of the virus and full-blown disease results.
<br>
{| align="center"
{| align="center"
||
|[[File:Analog-in-time.jpg|center|thumb|500px|Encoding a value in time. The value represented is the fraction of the time that the signal is high in each cycle, in this case 0.687.]]
[[Image:Peptide1.PNG|center|thumb|300px|A peptide (in blue) bound to a MHC Class I protein (in yellow).]]
|
||
||[[File:Multiplicaiton-on-time-encoding-signals.jpg|thumb|500px|Multiplication with a single AND gate, operating on deterministic periodic signals. ]]
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
|}
||
As technology has scaled and device sizes have gotten smaller, the supply voltages have dropped while the device speeds have improved. Control of the dynamic range in the voltage domain is limited; however, control of the length of pulses in the time domain can be precise. Encoding data in the time domain can be done more accurately and more efficiently than converting signals into binary radix. So we can compute ''more precisely,'' ''faster'', and with ''fewer logic gates:''
[[Image:Peptide2.PNG|center|thumb|300px|The ends of the peptide bind inside binding pockets, while the connecting backbone extrudes above the binding groove on the surface of the MHC I molecule.]]  
{|
|-
|
{| style="background:#F0E68C"
|- valign="top"
| width="100" | '''title''':
| width="500" | [//mriedel.ece.umn.edu/wiki/images/b/b0/Najafi_Jamali_Zavareh_Lilja_Riedel_Bazargan_Harjani_Time_Encoded_Values_for_Highly_Efficient_Stochastic_Circuits.pdf Time-Encoded Values for Highly Efficient Stochastic Circuits]
|- valign="top"
| '''authors''':
| [[M. Hassan Najafi]], S. Jamali-Zavareh, [http://www.arctic.umn.edu/lilja.shtml David Lilja], [[Marc Riedel]], [http://people.ece.umn.edu/~kia Kia Bazargan] and<br>[http://people.ece.umn.edu/~harjani/ Ramesh Harjani]
|- valign="top"
| '''appeared  in''':
| [http://ieeexplore.ieee.org/xpl/aboutJournal.jsp?punumber=92 IEEE Trans. on Very Large Scale Integration Systems],<br>Vol. 25, No. 5, pp. 1644&ndash;1657, 2017
|- valign="top"
| '''presented at''':
| [http://www.ieee.org/conferences_events/conferences/conferencedetails/index.html?Conf_ID=33621 IEEE International Symposium on Circuits and Systems], 2017
|}
|}
| width="70" align="center" |
<span class="plainlinks">
[http://www.mriedel.ece.umn.edu/wiki/images/b/b0/Najafi_Jamali_Zavareh_Lilja_Riedel_Bazargan_Harjani_Time_Encoded_Values_for_Highly_Efficient_Stochastic_Circuits.pdf http://mriedel.ece.umn.edu/wiki/images/0/04/Pdf.jpg]</span>
<br>
[//mriedel.ece.umn.edu/wiki/images/b/b0/Najafi_Jamali_Zavareh_Lilja_Riedel_Bazargan_Harjani_Time_Encoded_Values_for_Highly_Efficient_Stochastic_Circuits.pdf Paper]
|}Please see our "[[Papers,_Theses,_and_Presentations |Publications]]" page for more of our papers on these topics.


'''Machine Learning Predictions'''
==Computing with Feedback==


Predicting peptide-MHC binding is of significance in determining whether a given person's immune system can detect and effectively respond to cellular infections. [https://services.healthtech.dtu.dk/service.php?NetMHC-4.0 NetMHC] and [https://services.healthtech.dtu.dk/service.php?NetMHCpan-4.1 NetMHCpan] are state-of-the-art machine learning based tools used for this purpose. While investigating binding peptides predicted from the SARS-Cov-2 spike protein, we observed certain false positives being predicted as binders. We identified hydrophobicity as a key biochemical factor that was useful for testing the accuracy of these machine learning predictions.
"''A person with a new idea is a crank until the idea succeeds.''" &ndash;&ndash; '''Mark Twain''' (1835&ndash;1910)


The accepted wisdom is that [http://en.wikipedia.org/wiki/Combinational_logic combinational circuits] (i.e., memoryless circuits) must have ''acyclic'' (i.e., loop-free or feed-forward) topologies.  And yet simple examples suggest that this need not be so.  We advocate the design of '''cyclic''' combinational circuits (i.e., circuits with loops or feedback paths). We have proposed a methodology for synthesizing such circuits and demonstrated that it produces significant improvements in area and in delay.
[[Image:cyclic-combinational-circuit.gif|center|thumb|none|550px|A circuit that has feedback and yet is combinational.]]
{|
{|
|
|
Line 263: Line 351:
|- valign="top"
|- valign="top"
| width="100" | '''title''':
| width="100" | '''title''':
| width="500" | [//http://mriedel.ece.umn.edu/wiki/images/e/e6/ISMCO_netMHC.pdf The Role of Hydrophobicity in Peptide-MHC Binding]
| width="500" | [[Media:Riedel_Bruck_Cyclic_Boolean_Circuits.pdf | Cyclic Boolean Circuits]]
|- valign="top"
|- valign="top"
| '''authors''':
| '''authors''':
| [[Arnav Solanki]], [[Marc Riedel]], [https://orion.math.iastate.edu/cornette/ James Cornette], [[Julia Udell]], [[Ishaan Koratkar]], and [https://www.mayo.edu/research/faculty/vasmatzis-george-ph-d/bio-00027811 George Vasmatzis]
| [[Marc Riedel]] and [http://paradise.caltech.edu/bruck.html Shuki Bruck]
|- valign="top"
| '''appeared &nbsp;in''':
| [http://www.elsevier.com/wps/find/journaldescription.cws_home/505609/description#description Discrete Applied Mathematics], Vol. 160, No. 13&ndash;14, pp. 1877&ndash;1900, 2011.
 
|- valign="top"
| '''dissertation''':
| Ph.D., [http://www.ee.caltech.edu Electrical Engineering], [http://www.caltech.edu Caltech], 2004<br>(winner of [http://www.ee2.caltech.edu/charles_wilts.html Charles H. Wilts Prize] for the '''Best Ph.D. Dissertation''' in EE at Caltech).
 
|- valign="top"
|- valign="top"
| '''presented&nbsp;at''':
| '''presented&nbsp;at''':
| [http://ismco.net/ 3rd International Symposium on Mathematical and Computational Oncology], 2021
| [http://www2.dac.com/40th/index.html Design Automation Conference], Anahiem, CA, 2003<br>(winner of '''DAC Best Paper Award''').
 
|}
|}
| align="center" width="70" |
| align="center" width="70" |  
<span class="plainlinks">
<span class="plainlinks">
[http://mriedel.ece.umn.edu/wiki/images/e/e6/ISMCO_netMHC.pdf http://mriedel.ece.umn.edu/wiki/images/0/04/Pdf.jpg]</span>
[http://mriedel.ece.umn.edu/wiki/images/9/94/Riedel_Bruck_Cyclic_Boolean_Circuits.pdf http://mriedel.ece.umn.edu/wiki/images/0/04/Pdf.jpg]</span>
<br>
<br>
[//http://mriedel.ece.umn.edu/wiki/images/e/e6/ISMCO_netMHC.pdf Paper]
[[Media:Riedel_Bruck_Cyclic_Boolean_Circuits.pdf | Paper]]
| align="center" width="70" |  
| align="center" width="70" |  
<span class="plainlinks">
<span class="plainlinks">
[http://mriedel.ece.umn.edu/wiki/images/8/8b/ISMCO2021.pdf http://mriedel.ece.umn.edu/wiki/images/3/36/Ppt.jpg]</span>
[http://mriedel.ece.umn.edu/wiki/images/7/7a/Riedel_Cyclic_Combinational_Circuits.pdf http://mriedel.ece.umn.edu/wiki/images/0/04/Pdf.jpg]</span>
<br>
<br>
[http://mriedel.ece.umn.edu/wiki/images/8/8b/ISMCO2021.pdf Slides]
[[Media:Riedel_Cyclic_Combinational_Circuits.pdf | PhD Dissertation]]
| align="center" width="70" |
<span class="plainlinks">[http://mriedel.ece.umn.edu/files/Riedel_Cyclic_Combinational_Circuits.ppt http://mriedel.ece.umn.edu/wiki/images/3/36/Ppt.jpg]</span>
<br> [http://mriedel.ece.umn.edu/files/Riedel_Cyclic_Combinational_Circuits.ppt Slides]
|}
|}
Please see our [[Papers,_Theses,_and_Presentations | Publications]] page for more of our papers on this topic.


'''Mechanistic Simulations'''
We are currently building a FORTRAN based simulation tool that will model peptide and MHC Class I binding mechanistically, i.e. we will incorporate several biochemical factors pertinent to binding, such as hydrophobicity, van der Waals forces, electrostatic forces, pi-interactions, etc. This work is in collaboration with the Mayo Clinic.


==Computing with Nanoscale Lattices==
==Computing with Nanoscale Lattices==
Line 333: Line 431:
FET-like junctions that cross these develop a high or low impedance, respectively.
FET-like junctions that cross these develop a high or low impedance, respectively.
]]
]]
|| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
|| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
|| [[Image:percolation.gif|center|thumb|315px| In a switching network with defects, percolation can be exploited to produce robust Boolean functionality. Unless the defect rate exceeds an error margin, with high probability no connection forms between the top and bottom plates for logical zero ("OFF"); with high probability, a connection forms for logical one ("ON").]]
|| [[Image:percolation.gif|center|thumb|260.994x260.994px| In a switching network with defects, percolation can be exploited to produce robust Boolean functionality. ]]
|}
|}
We have devised a novel framework for digital computation with lattices of nanoscale switches with high defect rates, based on the mathematical phenomenon of [http://en.wikipedia.org/wiki/Percolation_theory percolation]. With random connectivity, percolation gives rise to a sharp non-linearity in the probability of global connectivity as a function of the probability of local connectivity. We exploit this phenomenon to compute Boolean functions robustly in the presence of defects.
We have devised a novel framework for digital computation with lattices of nanoscale switches with high defect rates, based on the mathematical phenomenon of [http://en.wikipedia.org/wiki/Percolation_theory percolation]. With random connectivity, percolation gives rise to a sharp non-linearity in the probability of global connectivity as a function of the probability of local connectivity. We exploit this phenomenon to compute Boolean functions robustly in the presence of defects.
Line 362: Line 460:
<br> [http://mriedel.ece.umn.edu/wiki/images/f/fe/Altun_Riedel_Neuhauser_Nanoscale_Digital_Computation_Through_Percolation.ppt Slides]
<br> [http://mriedel.ece.umn.edu/wiki/images/f/fe/Altun_Riedel_Neuhauser_Nanoscale_Digital_Computation_Through_Percolation.ppt Slides]
|}
|}
<!-- [[Image:Lattice-defects-percolation.gif|center|thumb|none|700px|In a switching network with defects, percolation can be exploited to produce robust Boolean functionality. Unless the defect rate exceeds an error margin, with high probability, no connection forms between the top and bottom plates for logical zero ("OFF"); with high probability, a connection forms for logical one ("ON").]] -->
Please see our "[[Papers,_Theses,_and_Presentations |Publications]]" page for more of our papers on these topics.
Please see our "[[Papers,_Theses,_and_Presentations |Publications]]" page for more of our papers on these topics.
==Computing with Feedback==
"''A person with a new idea is a crank until the idea succeeds.''" &ndash;&ndash; '''Mark Twain''' (1835&ndash;1910)
The accepted wisdom is that [http://en.wikipedia.org/wiki/Combinational_logic combinational circuits] (i.e., memoryless circuits) must have ''acyclic'' (i.e., loop-free or feed-forward) topologies.  And yet simple examples suggest that this need not be so.  We advocate the design of '''cyclic''' combinational circuits (i.e., circuits with loops or feedback paths). We have proposed a methodology for synthesizing such circuits and demonstrated that it produces significant improvements in area and in delay.
[[Image:cyclic-combinational-circuit.gif|center|thumb|none|550px|A circuit that has feedback and yet is combinational.]]
{|
|
{| style="background:#F0E68C"
|- valign="top"
| width="100" | '''title''':
| width="500" | [[Media:Riedel_Bruck_Cyclic_Boolean_Circuits.pdf | Cyclic Boolean Circuits]]
|- valign="top"
| '''authors''':
| [[Marc Riedel]] and [http://paradise.caltech.edu/bruck.html Shuki Bruck]
|- valign="top"
| '''appeared &nbsp;in''':
| [http://www.elsevier.com/wps/find/journaldescription.cws_home/505609/description#description Discrete Applied Mathematics], Vol. 160, No. 13&ndash;14, pp. 1877&ndash;1900, 2011.
|- valign="top"
| '''dissertation''':
| Ph.D., [http://www.ee.caltech.edu Electrical Engineering], [http://www.caltech.edu Caltech], 2004<br>(winner of [http://www.ee2.caltech.edu/charles_wilts.html Charles H. Wilts Prize] for the '''Best Ph.D. Dissertation''' in EE at Caltech).
|- valign="top"
| '''presented&nbsp;at''':
| [http://www2.dac.com/40th/index.html Design Automation Conference], Anahiem, CA, 2003<br>(winner of '''DAC Best Paper Award''').
|}
| align="center" width="70" |
<span class="plainlinks">
[http://mriedel.ece.umn.edu/wiki/images/9/94/Riedel_Bruck_Cyclic_Boolean_Circuits.pdf http://mriedel.ece.umn.edu/wiki/images/0/04/Pdf.jpg]</span>
<br>
[[Media:Riedel_Bruck_Cyclic_Boolean_Circuits.pdf | Paper]]
| align="center" width="70" |
<span class="plainlinks">
[http://mriedel.ece.umn.edu/wiki/images/7/7a/Riedel_Cyclic_Combinational_Circuits.pdf http://mriedel.ece.umn.edu/wiki/images/0/04/Pdf.jpg]</span>
<br>
[[Media:Riedel_Cyclic_Combinational_Circuits.pdf | PhD Dissertation]]
| align="center" width="70" |
<span class="plainlinks">[http://mriedel.ece.umn.edu/files/Riedel_Cyclic_Combinational_Circuits.ppt http://mriedel.ece.umn.edu/wiki/images/3/36/Ppt.jpg]</span>
<br> [http://mriedel.ece.umn.edu/files/Riedel_Cyclic_Combinational_Circuits.ppt Slides]
|}
Please see our [[Papers,_Theses,_and_Presentations | Publications]] page for more of our papers on this topic.


==Algorithms and Data Structures==
==Algorithms and Data Structures==
Line 414: Line 466:
"''There are two kinds of people in the world: those who divide the world into two kinds of people, and those who don't.''" &ndash;&ndash; '''Robert Charles Benchley''' (1889&ndash;1945)
"''There are two kinds of people in the world: those who divide the world into two kinds of people, and those who don't.''" &ndash;&ndash; '''Robert Charles Benchley''' (1889&ndash;1945)


Consider the task of designing a digital circuit with 256  inputs. From a mathematical standpoint, such a circuit performs mappings from a space of <math>2^{256}</math> Boolean input values to Boolean output values. (The number of rows in a [http://en.wikipedia.org/wiki/Truth_table truth table] for such a function is approximately equal to [http://en.wikipedia.org/wiki/Observable_universe#Matter_content the number of atoms in the universe] &ndash; <math>10^{77}</math> rows versus <math>10^{79}</math> atoms!) Verifying such a function, let alone designing the corresponding circuit, would seem to be an intractable problem. Circuit designers have succeeded in their endeavor largely as a result of innovations in the data structures and algorithms used to represent and manipulate [http://en.wikipedia.org/wiki/Boolean_function Boolean functions].  We have developed novel, efficient techniques for synthesizing functional dependencies based on so-called [http://en.wikipedia.org/wiki/Boolean_satisfiability_problem SAT-solving algorithms]. We use [http://en.wikipedia.org/wiki/Craig_interpolation Craig Interpolation] to generate circuits from the corresponding Boolean functions.  
Consider the task of designing a digital circuit with 256  inputs. From a mathematical standpoint, such a circuit performs mappings from a space of <math>2^{256}</math> Boolean input values to Boolean output values. (The number of rows in a [http://en.wikipedia.org/wiki/Truth_table truth table] for such a function is approximately equal to [http://en.wikipedia.org/wiki/Observable_universe#Matter_content the number of atoms in the universe] &ndash; <math>10^{77}</math> rows versus <math>10^{79}</math> atoms!) Verifying such a function, let alone designing the corresponding circuit, would seem to be an intractable problem.
 
Circuit designers have succeeded in their endeavor largely as a result of innovations in the data structures and algorithms used to represent and manipulate [http://en.wikipedia.org/wiki/Boolean_function Boolean functions].  We have developed novel, efficient techniques for synthesizing functional dependencies based on so-called [http://en.wikipedia.org/wiki/Boolean_satisfiability_problem SAT-solving algorithms]. We use [http://en.wikipedia.org/wiki/Craig_interpolation Craig Interpolation] to generate circuits from the corresponding Boolean functions.  
{| align="center"
{| align="center"
| [[Image:sat-squid.jpg|center|thumb|350px|A circuit construct for SAT-based verification.]]
| [[Image:sat-squid.jpg|center|thumb|350px|A circuit construct for SAT-based verification.]]
Line 445: Line 499:


"''Mathematics may be defined as the subject in which we never know what we are talking about, nor whether what we are saying is true.''" &ndash;&ndash; '''Bertrand Russell''' (1872&ndash;1970)
"''Mathematics may be defined as the subject in which we never know what we are talking about, nor whether what we are saying is true.''" &ndash;&ndash; '''Bertrand Russell''' (1872&ndash;1970)
[[Image:xkcd_disciplines_by_purity.png|center|thumb|740x740px]]


The great mathematician [http://en.wikipedia.org/wiki/John_von_Neumann John von Neumann] articulated the view that research should never meander too far down theoretical paths; it should always be guided by potential applications. This view was not based on concerns about the relevance of his profession; rather, in his judgment, real-world applications give rise to the most ''interesting'' problems for mathematicians to tackle. At their core, most of our research contributions are mathematical contributions. The tools of our trade are [http://en.wikipedia.org/wiki/Discrete_mathematics discrete math], including [http://en.wikipedia.org/wiki/Combinatorics combinatorics] and [http://en.wikipedia.org/wiki/Probability probability theory].
The great mathematician [http://en.wikipedia.org/wiki/John_von_Neumann John von Neumann] articulated the view that research should never meander too far down theoretical paths; it should always be guided by potential applications. This view was not based on concerns about the relevance of his profession; rather, in his judgment, real-world applications give rise to the most ''interesting'' problems for mathematicians to tackle. At their core, most of our research contributions are mathematical contributions. The tools of our trade are [http://en.wikipedia.org/wiki/Discrete_mathematics discrete math], including [http://en.wikipedia.org/wiki/Combinatorics combinatorics] and [http://en.wikipedia.org/wiki/Probability probability theory].
[[Image:papa-handwriting.gif|center|thumb|none|550px|Mathematics, before the era of [http://en.wikipedia.org/wiki/LaTeX LaTeX].]]
{|
{|
|
|

Latest revision as of 16:26, 7 February 2024

"You see things; and you say, 'Why?' But I dream things that never were; and I say, 'Why not?'"

–– George Bernard Shaw (1856 –1950)

Our research spans different disciplines ranging from digital circuit design, to algorithms, to mathematics, to synthetic biology. It tends to be inductive (as opposed to deductive) and conceptual (as opposed to applied). A recurring theme is building systems that compute in novel or unexpected ways with new and emerging technologies.

Storing Data with Molecules

All new ideas pass through three stages:

  1. It can't be done.
  2. It probably can be done, but it's not worth doing.
  3. I knew it was a good idea all along!

––Arthur C. Clarke (1917–2008)

Ever since Watson and Crick first described the molecular structure of DNA, its information-bearing potential has been apparent. With each nucleotide in the sequence drawn from the four-valued alphabet of {A, T , C, G}, a molecule of DNA with n nucleotides stores 2n bits of data.

  • Could we store data for our computer systems in DNA? "Can't be done too hard."
  • Is it worth doing? "Definitely not. It will never work as well as our hard drives do."
  • But one can store so much data so efficiently! "I knew it was a good idea all along!"


title: Automated Routing of Droplets for DNA Storage on a Digital Microfluidics Platform
authors: Ajay Manicka, Andrew Stephan, Sriram Chari, Gemma Mendonsa,

Peyton Okubo, John Stolzberg-Schray, Anil Reddy, and Marc Riedel

appeared in: Royal Society of Chemistry – Digital Discovery, Vol. 2, pp. 1436–1451, 2023
Pdf.jpg

Paper

Ppt.jpg

Slides


Storing data in DNA.


Computing with Molecules

"Biology is the most powerful technology ever created. DNA is software, protein are hardware, cells are factories."

––Arvind Gupta (1953– )

Computing has escaped! It has gone from desktops and data centers into the wild. Embedded microcontrollers – found in our gadgets, our buildings, and even our bodies – are transforming our lives. And yet, there are limits to where silicon can go and where it can compute effectively. It is a foreign object that requires a electrical power source.

We are studying novel types of computing systems that are not foreign, but rather an integral part of their physical and chemical environments: systems that compute directly with molecules. A simple but radical idea: compute with acids and bases. An acidic solution corresponds to a "1" and a basic solution to "0".

title: Digital Circuits and Neural Networks Based on Acid-Base Chemistry Implemented by Robotic Fluid Handling
authors: Ahmed Agiza, Kady Oakley, Jacob Rosenstein, Brenda Rubenstein,

Eunsuk Kim, Marc Riedel, and Sherief Reda

appeared in: Nature Communications, Vol. 14, No. 496, 2023


Computing with Acids and Bases


It's more complex that acids and bases, but DNA is a terrific chassis for computing. We have developed "CS 101" algorithms with DNA: Sorting, Shifting and Searching:

title: Parallel Pairwise Operations on Data Stored in DNA: Sorting, XOR, Shifting, and Searching
authors: Arnav Solanki, Tonglin Chen, and Marc Riedel
appeared in: Natural Computing, 2023
presented at: International Conference on DNA Computing and Molecular Programming, 2021

Pdf.jpg
Paper

Ppt.jpg
Slides

Based on a bistable mechanism for representing bits, we have implemented logic gates such AND, OR, and XOR gates, as well as sequential components such as latches and flip-flops with DNA. Using these components, we have built full-fledged digital circuits such as a binary counters and linear feedback shift registers.

title: Digital Logic with Molecular Reactions
authors: Hua Jiang, Marc Riedel, Keshab Parhi
presented at: The International Conference on Computer-Aided Design, San Jose, CA, 2013.

Pdf.jpg
Paper

Simulations of DNA implementation of logic gates. The input signals are molecular concentrations X and Y; the output signal is a molecular concentration Z. (A) AND gate. (B) OR gate. (C) NOR gate. (D) XOR gate.

Also, we have performed signal processing including operations such as filtering and fast-fourier transforms (FFTs) with DNA.

title: Discrete-Time Signal Processing with DNA
authors: Hua Jiang, Ahmed Salehi, Marc Riedel and Keshab Parhi
appeared in: ACS Synthetic Biology, Vol. 2 no. 5, pp. 245–254, 2013.
Supplementary Information: List of Reactions
appeared in: IEEE Design & Test of Computers, Vol. 29, No. 3, pp. 21–31, 2012.
presented at: IEEE/ACM International Conference on Computer-Aided Design,
San Jose, CA, 2010.
presented at: IEEE Workshop on Signal Processing Systems, San Francisco, 2010

Pdf.jpg
Paper

Ppt.jpg
Slides



Simulations of DNA implementation of a moving-average FIR filter. This filter removes the high-frequency component from an input signal, producing an output signal consisting of only the low-frequency component. Here the "signals" are molecular concentrations.

Please see our "Publications" page for more of our papers on these topics.

Computational Immunology

Physics is the study of the simple things in the Universe. Biology is the study of the complex ones.

–– Richard Dawkins (1941– )

We are studying a problem that computer science currently judges to be very difficult: predicting cellular immunity. It centers on the question of how strongly molecules binds to one another. The molecules in question are peptides – fragments of proteins from a virus – binding to cell-surface receptors. A peptide will only bind if it fits like a key into a lock.

A peptide (in blue) bound to a MHC Class I protein (in yellow).

The binding is a critical step in a critical component of the immune system: it allows circulating T-cells to kill off infected cells. If this mechanism succeeds, an infection is stopped in its tracks. If it fails, then infected cells become factories for reproducing copies of the virus; full-blown disease results. Given a novel pathogen, such as SARS-Cov-2, predicting whether the immune system of an individual will do its job at fighting off the disease comes down to predicting how well the viral peptides bind to the cell-surface receptors of that person. We are tackling the problem with cloud computing resources, donated by Oracle:

title: The UMN/Mayo Computational Human Immuno-Peptidome (CHIP) Project
Investigator: Marc Riedel
Agency: Oracle
Program: Oracle Research Fellowship
Award: $200,000
Duration: 2022 – 2024

Pdf.jpg
Proposal

Computing with Random Bit Streams

"To invent, all you need is a pile of junk and a good imagination." –– Thomas A. Edison (1847–1931)

Humans are accustomed to counting in a positional number system – decimal radix. Nearly all computer systems operate on another – binary radix. We are so accustomed to these systems that it counterintuitive to ask: can we compute using a different representation? and why would we want to?

Stochastic Logic

We advocate an alternative representation: computing on random bit streams, where the signal value is encoded by the probability of obtaining a one versus a zero. Why compute this way? Using stochastic logic, we can compute complex functions with very, very simple circuits. For instance, we can perform multiplication with a single AND gate and addition with a single MUX:

Multiplication with an AND gate. Here the variables represents the probabilities of obtaining a 1 versus a 0 in stochastic bit streams. The AND gate produces an output probability that is the product of the of the input probabilities and .
            
Scaled addition with a multiplexer (MUX). Given input probabilities , and , the MUX produces an output probability .

Using conventional binary, building a circuit that computes, say a polynomial approximation to a trigonometric function such as tanh(x) or cos(x), requires thousands of logic gates. With stochastic logic, we have shown that we can compute such functions with about a dozen logic gates, so a 100X reduction in gate count. Our most important contribution is a general methodology for synthesizing polynomial functions with stochastic logic, one of the seminal contributions to the field:

title: An Architecture for Fault-Tolerant Computation with Stochastic Logic
authors: Weikang Qian, Xin Li, Marc Riedel, Kia Bazargan, and David Lilja
appeared in: IEEE Transactions on Computers, Vol. 60, No. 1, pp. 93–105, 2011

Pdf.jpg
Paper

Logic that Generates Probabilities

We have also shown how to synthesize logic that transforms a set of source probabilities into different target probabilities.

Given a set S of source probabilities {0.4, 0.5}, we can synthesize a combinational circuit to generate an arbitrary decimal output probability. The example shows how to generate 0.119. Each AND gate performs a multiplication and each inverter performs a "one-minus" operation.
title: Transforming Probabilities with Combinational Logic
authors: Weikang Qian, Marc Riedel, Hongchao Zhou, and Jehoshua Bruck
will appear in: IEEE Trans. on Computer-Aided Design of Integrated Circuits and Systems, 2012.
presented at: International Conference on Computer-Aided Design, San Jose, 2009
(nominated for IEEE/ACM William J. McCalla ICCAD Best Paper Award).

Pdf.jpg
Paper

Ppt.jpg
Slides

A Deterministic Approach

Having championed stochastic logic for many years, we decided to reexamine its foundations. Why can complex functions be computed with such simple circuits when we compute on probabilities? Intuition might suggest that somehow we are harnessing deep aspects of probability theory. This intuition is wrong.

The keys is that we operate on uniform representation rather than a positional one. We showed that we can compute deterministically using the same structures that we use when computing stochastically. There is no need to do anything randomly! This upended the field that we had pioneered.

title: Performing Stochastic Computation Deterministically
authors: Devon Jenson, M. Hassan Najafi, David Lilja, and Marc Riedel
appeared in: IEEE Trans. on Very Large Scale Integration Systems,
Vol. 27, No. 29, pp. 2925–2938, 2019
presented at: IEEE International Symposium of Circuits and Systems, 2020
presented at: IEEE/ACM International Conference on Computer-Aided Design, 2016

Pdf.jpg
Paper

Ppt.jpg
Slides

Time-Encoded Computing

Computing deterministically on bit streams really means that, instead of encoding data in space, we encode them time. The time-encoding consists of periodic signals, with the value encoded as the fraction of the time that the signal is in the high (on) state compared to the low (off) state in each cycle.

Encoding a value in time. The value represented is the fraction of the time that the signal is high in each cycle, in this case 0.687.
Multiplication with a single AND gate, operating on deterministic periodic signals.

As technology has scaled and device sizes have gotten smaller, the supply voltages have dropped while the device speeds have improved. Control of the dynamic range in the voltage domain is limited; however, control of the length of pulses in the time domain can be precise. Encoding data in the time domain can be done more accurately and more efficiently than converting signals into binary radix. So we can compute more precisely, faster, and with fewer logic gates:

title: Time-Encoded Values for Highly Efficient Stochastic Circuits
authors: M. Hassan Najafi, S. Jamali-Zavareh, David Lilja, Marc Riedel, Kia Bazargan and
Ramesh Harjani
appeared in: IEEE Trans. on Very Large Scale Integration Systems,
Vol. 25, No. 5, pp. 1644–1657, 2017
presented at: IEEE International Symposium on Circuits and Systems, 2017

Pdf.jpg
Paper

Please see our "Publications" page for more of our papers on these topics.

Computing with Feedback

"A person with a new idea is a crank until the idea succeeds." –– Mark Twain (1835–1910)

The accepted wisdom is that combinational circuits (i.e., memoryless circuits) must have acyclic (i.e., loop-free or feed-forward) topologies. And yet simple examples suggest that this need not be so. We advocate the design of cyclic combinational circuits (i.e., circuits with loops or feedback paths). We have proposed a methodology for synthesizing such circuits and demonstrated that it produces significant improvements in area and in delay.

A circuit that has feedback and yet is combinational.
title: Cyclic Boolean Circuits
authors: Marc Riedel and Shuki Bruck
appeared  in: Discrete Applied Mathematics, Vol. 160, No. 13–14, pp. 1877–1900, 2011.
dissertation: Ph.D., Electrical Engineering, Caltech, 2004
(winner of Charles H. Wilts Prize for the Best Ph.D. Dissertation in EE at Caltech).
presented at: Design Automation Conference, Anahiem, CA, 2003
(winner of DAC Best Paper Award).

Pdf.jpg
Paper

Pdf.jpg
PhD Dissertation

Ppt.jpg
Slides

Please see our Publications page for more of our papers on this topic.


Computing with Nanoscale Lattices

"Listen to the technology; find out what it’s telling you.” –– Carver Mead (1934–  )

In his seminal Master's Thesis, Claude Shannon made the connection between Boolean algebra and switching circuits. He considered two-terminal switches corresponding to electromagnetic relays. A Boolean function can be implemented in terms of connectivity across a network of switches, often arranged in a series/parallel configuration. We have developed a method for synthesizing Boolean functions with networks of four-terminal switches. Our model is applicable for variety of nanoscale technologies, such as nanowire crossbar arrays, as molecular switch-based structures.

Shannon's model: two-terminal switches. Each switch is either ON (closed) or OFF (open). A Boolean function is implemented in terms of connectivity across a network of switches, between the source S and the drain D.
               
Our model: four-terminal switches. Each switch is either mutually connected to its neighbors (ON) or disconnected (OFF). A Boolean function is implemented in terms of connectivity between the top and bottom plates. This network implements the same function as the two-terminal network on the left.
title: Logic Synthesis for Switching Lattices
authors: Mustafa Altun and Marc Riedel
will appear in: IEEE Transactions on Computers, 2011.
presented at: Design Automation Conference, Anaheim, CA, 2010.

Pdf.jpg
Paper

Ppt.jpg
Slides

The impetus for nanowire-based technology is the potential density, scalability and manufacturability. Many other novel and emerging technologies fit the general model of four-terminal switches. For instance, researchers are investigating spin waves. A common feature of many emerging technologies for switching networks is that they exhibit high defect rates.

A nanowire crossbar switch. The connections between horizontal and vertical wires are FET-like junctions. When high or low voltages are applied to input nanowires, the FET-like junctions that cross these develop a high or low impedance, respectively.
              
In a switching network with defects, percolation can be exploited to produce robust Boolean functionality.

We have devised a novel framework for digital computation with lattices of nanoscale switches with high defect rates, based on the mathematical phenomenon of percolation. With random connectivity, percolation gives rise to a sharp non-linearity in the probability of global connectivity as a function of the probability of local connectivity. We exploit this phenomenon to compute Boolean functions robustly in the presence of defects.

title: Synthesizing Logic with Percolation in Nanoscale Lattices
authors: Mustafa Altun and Marc Riedel
appeared in: International Journal of Nanotechnology and Molecular Computation,
Vol. 3, No. 2, pp. 12–30, 2011.
presented at: Design Automation Conference, San Francisco, CA, 2009.

Pdf.jpg
Paper

Ppt.jpg
Slides

Please see our "Publications" page for more of our papers on these topics.

Algorithms and Data Structures

"There are two kinds of people in the world: those who divide the world into two kinds of people, and those who don't." –– Robert Charles Benchley (1889–1945)

Consider the task of designing a digital circuit with 256 inputs. From a mathematical standpoint, such a circuit performs mappings from a space of Boolean input values to Boolean output values. (The number of rows in a truth table for such a function is approximately equal to the number of atoms in the universe rows versus atoms!) Verifying such a function, let alone designing the corresponding circuit, would seem to be an intractable problem.

Circuit designers have succeeded in their endeavor largely as a result of innovations in the data structures and algorithms used to represent and manipulate Boolean functions. We have developed novel, efficient techniques for synthesizing functional dependencies based on so-called SAT-solving algorithms. We use Craig Interpolation to generate circuits from the corresponding Boolean functions.

A circuit construct for SAT-based verification.
            
A squid.
title: Reduction of Interpolants For Logic Synthesis
authors: John Backes and Marc Riedel
presented at: The International Conference on Computer-Aided Design, San Jose, CA, 2010.

Pdf.jpg
Paper

Ppt.jpg
Slides

Please see our "Publications" page for more of our papers on this topic. (Papers on SAT-based circuit verification, that is, not on squids.)

Mathematics

"Mathematics may be defined as the subject in which we never know what we are talking about, nor whether what we are saying is true." –– Bertrand Russell (1872–1970)

Xkcd disciplines by purity.png


The great mathematician John von Neumann articulated the view that research should never meander too far down theoretical paths; it should always be guided by potential applications. This view was not based on concerns about the relevance of his profession; rather, in his judgment, real-world applications give rise to the most interesting problems for mathematicians to tackle. At their core, most of our research contributions are mathematical contributions. The tools of our trade are discrete math, including combinatorics and probability theory.

title: Uniform Approximation and Bernstein Polynomials with
Coefficients in the Unit Interval
authors: Weikang Qian, Marc Riedel, and Ivo Rosenberg
appeared in: European Journal of Combinatorics, Vol. 32, No. 3, pp. 448–463, 2011.

Pdf.jpg
Paper

Please see our "Publications" page for more of our papers on this topic.